Html Css Color HEX #EA015D Razzmatazz

📋 copy color: '#EA015D'

red 234 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #EA015D

Tints of Razzmatazz #EA015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 71.34%
G = 0.3%
B = 28.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA015D (or 0xEA015D) is known color: Razzmatazz. HEX triplet: EA, 01 and 5D. RGB value is (234,1,93). Sum of RGB (Red+Green+Blue) = 234+1+93=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA015D is #15FEA2. Grayscale: #515151. Windows color (decimal): -1441443 or 6095338. OLE color: 6095338.

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

Color convert

RGB 234 1 93 -
CMYK 0 1.00 0.60 0.08
HSL 336.31º 0.99% 0.46% -
HSV(B) 336.31º 1% 0.92% -
XYZ 35.92 18.3 12 -
YUV 81.16 134.69 237.02 -
System Red Green Blue C M Y K H S L
Decimal 234 1 93 0 1.00 0.60 0.08 336.31 0.99 0.46
Hex EA 1 5D 0 64 3C 8 150 63 2E
Octal 352 1 135 0 144 74 10 520 143 56
Binary 11101010 1 1011101 0 1100100 111100 1000 101010000 1100011 101110

Color Harmonies of #EA015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA015D

Black with #EA015D

Text Example


Text Example

White with #EA015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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