Html Css Color HEX #EA005D Razzmatazz

📋 copy color: '#EA005D'

red 234 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #EA005D

Tints of Razzmatazz #EA005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 71.56%
G = 0%
B = 28.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA005D (or 0xEA005D) is known color: Razzmatazz. HEX triplet: EA, 00 and 5D. RGB value is (234,0,93). Sum of RGB (Red+Green+Blue) = 234+0+93=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA005D is #15FFA2. Grayscale: #505050. Windows color (decimal): -1441699 or 6095082. OLE color: 6095082.

HSL color Cylindrical-coordinate representation of color #EA005D: hue angle of 336.15º 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 #EA005D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 93 -
CMYK 0 1 0.60 0.08
HSL 336.15º 1% 0.46% -
HSV(B) 336.15º 1% 0.92% -
XYZ 35.91 18.28 11.99 -
YUV 80.57 135.02 237.44 -
System Red Green Blue C M Y K H S L
Decimal 234 0 93 0 1 0.60 0.08 336.15 1 0.46
Hex EA 0 5D 0 64 3C 8 150 64 2E
Octal 352 0 135 0 144 74 10 520 144 56
Binary 11101010 0 1011101 0 1100100 111100 1000 101010000 1100100 101110

Color Harmonies of #EA005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA005D

Black with #EA005D

Text Example


Text Example

White with #EA005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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