Html Css Color HEX #E427CC Razzle Dazzle Rose

📋 copy color: '#E427CC'

red 228 ◦ green 39 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E427CC

Tints of Razzle Dazzle Rose #E427CC

RGB

 RED value IS 228 (89.45% from 255) = 48.41%

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

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

R = 48.41%
G = 8.28%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E427CC (or 0xE427CC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 27 and CC. RGB value is (228,39,204). Sum of RGB (Red+Green+Blue) = 228+39+204=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E427CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427CC is #1BD833. Grayscale: #717171. Windows color (decimal): -1824820 or 13379556. OLE color: 13379556.

HSL color Cylindrical-coordinate representation of color #E427CC: hue angle of 307.62º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E427CC is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 39 204 -
CMYK 0 0.83 0.11 0.11
HSL 307.62º 0.78% 0.52% -
HSV(B) 307.62º 0.83% 0.89% -
XYZ 43.62 22.3 59.13 -
YUV 114.32 178.62 209.08 -
System Red Green Blue C M Y K H S L
Decimal 228 39 204 0 0.83 0.11 0.11 307.62 0.78 0.52
Hex E4 27 CC 0 53 B B 134 4E 34
Octal 344 47 314 0 123 13 13 464 116 64
Binary 11100100 100111 11001100 0 1010011 1011 1011 100110100 1001110 110100

Color Harmonies of #E427CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427CC

Black with #E427CC

Text Example


Text Example

White with #E427CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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