Html Css Color HEX #EA0065 Razzmatazz

📋 copy color: '#EA0065'

red 234 ◦ green 0 ◦ blue 101

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

Shades of Razzmatazz #EA0065

Tints of Razzmatazz #EA0065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 69.85%
G = 0%
B = 30.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA0065 (or 0xEA0065) is known color: Razzmatazz. HEX triplet: EA, 00 and 65. RGB value is (234,0,101). Sum of RGB (Red+Green+Blue) = 234+0+101=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0065 is #15FF9A. Grayscale: #515151. Windows color (decimal): -1441691 or 6619370. OLE color: 6619370.

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

Color convert

RGB 234 0 101 -
CMYK 0 1 0.57 0.08
HSL 334.1º 1% 0.46% -
HSV(B) 334.1º 1% 0.92% -
XYZ 36.28 18.43 13.96 -
YUV 81.48 139.02 236.79 -
System Red Green Blue C M Y K H S L
Decimal 234 0 101 0 1 0.57 0.08 334.1 1 0.46
Hex EA 0 65 0 64 39 8 14E 64 2E
Octal 352 0 145 0 144 71 10 516 144 56
Binary 11101010 0 1100101 0 1100100 111001 1000 101001110 1100100 101110

Color Harmonies of #EA0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0065

Black with #EA0065

Text Example


Text Example

White with #EA0065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0065; }

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

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

background-color css

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

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

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

border-color css

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

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

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