Html Css Color HEX #EA005C Razzmatazz

📋 copy color: '#EA005C'

red 234 ◦ green 0 ◦ blue 92

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

Shades of Razzmatazz #EA005C

Tints of Razzmatazz #EA005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 71.78%
G = 0%
B = 28.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA005C (or 0xEA005C) is known color: Razzmatazz. HEX triplet: EA, 00 and 5C. RGB value is (234,0,92). Sum of RGB (Red+Green+Blue) = 234+0+92=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA005C is #15FFA3. Grayscale: #505050. Windows color (decimal): -1441700 or 6029546. OLE color: 6029546.

HSL color Cylindrical-coordinate representation of color #EA005C: hue angle of 336.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA005C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 92 -
CMYK 0 1 0.61 0.08
HSL 336.41º 1% 0.46% -
HSV(B) 336.41º 1% 0.92% -
XYZ 35.86 18.27 11.76 -
YUV 80.45 134.52 237.52 -
System Red Green Blue C M Y K H S L
Decimal 234 0 92 0 1 0.61 0.08 336.41 1 0.46
Hex EA 0 5C 0 64 3D 8 150 64 2E
Octal 352 0 134 0 144 75 10 520 144 56
Binary 11101010 0 1011100 0 1100100 111101 1000 101010000 1100100 101110

Color Harmonies of #EA005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA005C

Black with #EA005C

Text Example


Text Example

White with #EA005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA005C; }

 p { color: rgb(234,0,92); }

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

background-color css

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

 a { background-color: rgb(234,0,92); }

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

border-color css

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

 span { border-color: rgb(234,0,92); }

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