Html Css Color HEX #EA37C9 Razzle Dazzle Rose

📋 copy color: '#EA37C9'

red 234 ◦ green 55 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EA37C9

Tints of Razzle Dazzle Rose #EA37C9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.22%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 47.76%
G = 11.22%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA37C9 (or 0xEA37C9) is known color: Razzle Dazzle Rose. HEX triplet: EA, 37 and C9. RGB value is (234,55,201). Sum of RGB (Red+Green+Blue) = 234+55+201=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA37C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA37C9 is #15C836. Grayscale: #7C7C7C. Windows color (decimal): -1427511 or 13187050. OLE color: 13187050.

HSL color Cylindrical-coordinate representation of color #EA37C9: hue angle of 311.06º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA37C9 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 55 201 -
CMYK 0 0.76 0.14 0.08
HSL 311.06º 0.81% 0.57% -
HSV(B) 311.06º 0.76% 0.92% -
XYZ 45.84 24.44 57.56 -
YUV 125.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 234 55 201 0 0.76 0.14 0.08 311.06 0.81 0.57
Hex EA 37 C9 0 4C E 8 137 51 39
Octal 352 67 311 0 114 16 10 467 121 71
Binary 11101010 110111 11001001 0 1001100 1110 1000 100110111 1010001 111001

Color Harmonies of #EA37C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA37C9

Black with #EA37C9

Text Example


Text Example

White with #EA37C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA37C9; }

 p { color: rgb(234,55,201); }

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

background-color css

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

 a { background-color: rgb(234,55,201); }

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

border-color css

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

 span { border-color: rgb(234,55,201); }

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