Html Css Color HEX #E030BA Razzle Dazzle Rose

📋 copy color: '#E030BA'

red 224 ◦ green 48 ◦ blue 186

#E030BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E030BA

Tints of Razzle Dazzle Rose #E030BA

RGB

 RED value IS 224 (87.89% from 255) = 48.91%

 GREEN value IS 48 (19.14% from 255) = 10.48%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 48.91%
G = 10.48%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E030BA (or 0xE030BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and BA. RGB value is (224,48,186). Sum of RGB (Red+Green+Blue) = 224+48+186=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E030BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030BA is #1FCF45. Grayscale: #737373. Windows color (decimal): -2084678 or 12202208. OLE color: 12202208.

HSL color Cylindrical-coordinate representation of color #E030BA: hue angle of 312.95º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030BA is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 48 186 -
CMYK 0 0.79 0.17 0.12
HSL 312.95º 0.74% 0.53% -
HSV(B) 312.95º 0.79% 0.88% -
XYZ 40.66 21.51 48.46 -
YUV 116.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 224 48 186 0 0.79 0.17 0.12 312.95 0.74 0.53
Hex E0 30 BA 0 4F 11 C 139 4A 35
Octal 340 60 272 0 117 21 14 471 112 65
Binary 11100000 110000 10111010 0 1001111 10001 1100 100111001 1001010 110101

Color Harmonies of #E030BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030BA

Black with #E030BA

Text Example


Text Example

White with #E030BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030BA; }

 p { color: rgb(224,48,186); }

 H1.HeaderClassName
 {
   color: #E030BA;
 }
 .AnyTagClassName
 {
   color: #E030BA;
 }
</style>

background-color css

<style>
 a { background-color: #E030BA; }

 a { background-color: rgb(224,48,186); }

 div.DivClassName
 {
   background-color: #E030BA;
 }
 .BgClassName
 {
   background-color: #E030BA;
 }
</style>

border-color css

<style>
 span { border-color: #E030BA; }

 span { border-color: rgb(224,48,186); }

 td.TdClassName
 {
   border-color: #E030BA;
 }
 .TagClassName
 {
   border-color: #E030BA;
 }
</style>