Html Css Color HEX #EA40CC Razzle Dazzle Rose

📋 copy color: '#EA40CC'

red 234 ◦ green 64 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EA40CC

Tints of Razzle Dazzle Rose #EA40CC

RGB

 RED value IS 234 (91.8% from 255) = 46.61%

 GREEN value IS 64 (25.39% from 255) = 12.75%

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

R = 46.61%
G = 12.75%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA40CC (or 0xEA40CC) is known color: Razzle Dazzle Rose. HEX triplet: EA, 40 and CC. RGB value is (234,64,204). Sum of RGB (Red+Green+Blue) = 234+64+204=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA40CC is #15BF33. Grayscale: #828282. Windows color (decimal): -1425204 or 13385962. OLE color: 13385962.

HSL color Cylindrical-coordinate representation of color #EA40CC: hue angle of 310.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA40CC is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 204 -
CMYK 0 0.73 0.13 0.08
HSL 310.59º 0.8% 0.58% -
HSV(B) 310.59º 0.73% 0.92% -
XYZ 46.66 25.52 59.59 -
YUV 130.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 234 64 204 0 0.73 0.13 0.08 310.59 0.8 0.58
Hex EA 40 CC 0 49 D 8 137 50 3A
Octal 352 100 314 0 111 15 10 467 120 72
Binary 11101010 1000000 11001100 0 1001001 1101 1000 100110111 1010000 111010

Color Harmonies of #EA40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40CC

Black with #EA40CC

Text Example


Text Example

White with #EA40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40CC; }

 p { color: rgb(234,64,204); }

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

background-color css

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

 a { background-color: rgb(234,64,204); }

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

border-color css

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

 span { border-color: rgb(234,64,204); }

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