Html Css Color HEX #E027CC Razzle Dazzle Rose

📋 copy color: '#E027CC'

red 224 ◦ green 39 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E027CC

Tints of Razzle Dazzle Rose #E027CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.35%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 47.97%
G = 8.35%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E027CC (or 0xE027CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and CC. RGB value is (224,39,204). Sum of RGB (Red+Green+Blue) = 224+39+204=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E027CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027CC is #1FD833. Grayscale: #707070. Windows color (decimal): -2086964 or 13379552. OLE color: 13379552.

HSL color Cylindrical-coordinate representation of color #E027CC: hue angle of 306.49º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027CC is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 204 -
CMYK 0 0.83 0.09 0.12
HSL 306.49º 0.75% 0.52% -
HSV(B) 306.49º 0.83% 0.88% -
XYZ 42.37 21.66 59.07 -
YUV 113.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 224 39 204 0 0.83 0.09 0.12 306.49 0.75 0.52
Hex E0 27 CC 0 53 9 C 132 4B 34
Octal 340 47 314 0 123 11 14 462 113 64
Binary 11100000 100111 11001100 0 1010011 1001 1100 100110010 1001011 110100

Color Harmonies of #E027CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027CC

Black with #E027CC

Text Example


Text Example

White with #E027CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027CC; }

 p { color: rgb(224,39,204); }

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

background-color css

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

 a { background-color: rgb(224,39,204); }

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

border-color css

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

 span { border-color: rgb(224,39,204); }

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