Html Css Color HEX #EA006B Razzmatazz

📋 copy color: '#EA006B'

red 234 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #EA006B

Tints of Razzmatazz #EA006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 68.62%
G = 0%
B = 31.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA006B (or 0xEA006B) is known color: Razzmatazz. HEX triplet: EA, 00 and 6B. RGB value is (234,0,107). Sum of RGB (Red+Green+Blue) = 234+0+107=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA006B is #15FF94. Grayscale: #515151. Windows color (decimal): -1441685 or 7012586. OLE color: 7012586.

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

Color convert

RGB 234 0 107 -
CMYK 0 1 0.54 0.08
HSL 332.56º 1% 0.46% -
HSV(B) 332.56º 1% 0.92% -
XYZ 36.59 18.55 15.56 -
YUV 82.16 142.02 236.3 -
System Red Green Blue C M Y K H S L
Decimal 234 0 107 0 1 0.54 0.08 332.56 1 0.46
Hex EA 0 6B 0 64 36 8 14D 64 2E
Octal 352 0 153 0 144 66 10 515 144 56
Binary 11101010 0 1101011 0 1100100 110110 1000 101001101 1100100 101110

Color Harmonies of #EA006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA006B

Black with #EA006B

Text Example


Text Example

White with #EA006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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