Html Css Color HEX #E036BA Razzle Dazzle Rose

📋 copy color: '#E036BA'

red 224 ◦ green 54 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E036BA

Tints of Razzle Dazzle Rose #E036BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.64%

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

R = 48.28%
G = 11.64%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E036BA (or 0xE036BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and BA. RGB value is (224,54,186). Sum of RGB (Red+Green+Blue) = 224+54+186=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E036BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036BA is #1FC945. Grayscale: #777777. Windows color (decimal): -2083142 or 12203744. OLE color: 12203744.

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

Color convert

RGB 224 54 186 -
CMYK 0 0.76 0.17 0.12
HSL 313.41º 0.73% 0.55% -
HSV(B) 313.41º 0.76% 0.88% -
XYZ 40.92 22.03 48.55 -
YUV 119.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 224 54 186 0 0.76 0.17 0.12 313.41 0.73 0.55
Hex E0 36 BA 0 4C 11 C 139 49 37
Octal 340 66 272 0 114 21 14 471 111 67
Binary 11100000 110110 10111010 0 1001100 10001 1100 100111001 1001001 110111

Color Harmonies of #E036BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036BA

Black with #E036BA

Text Example


Text Example

White with #E036BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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