Html Css Color HEX #EA015B Razzmatazz

📋 copy color: '#EA015B'

red 234 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #EA015B

Tints of Razzmatazz #EA015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 71.78%
G = 0.31%
B = 27.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA015B (or 0xEA015B) is known color: Razzmatazz. HEX triplet: EA, 01 and 5B. RGB value is (234,1,91). Sum of RGB (Red+Green+Blue) = 234+1+91=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA015B is #15FEA4. Grayscale: #505050. Windows color (decimal): -1441445 or 5964266. OLE color: 5964266.

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

Color convert

RGB 234 1 91 -
CMYK 0 1.00 0.61 0.08
HSL 336.82º 0.99% 0.46% -
HSV(B) 336.82º 1% 0.92% -
XYZ 35.83 18.27 11.54 -
YUV 80.93 133.69 237.18 -
System Red Green Blue C M Y K H S L
Decimal 234 1 91 0 1.00 0.61 0.08 336.82 0.99 0.46
Hex EA 1 5B 0 64 3D 8 151 63 2E
Octal 352 1 133 0 144 75 10 521 143 56
Binary 11101010 1 1011011 0 1100100 111101 1000 101010001 1100011 101110

Color Harmonies of #EA015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA015B

Black with #EA015B

Text Example


Text Example

White with #EA015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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