Html Css Color HEX #EA0053 Razzmatazz

📋 copy color: '#EA0053'

red 234 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #EA0053

Tints of Razzmatazz #EA0053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 73.82%
G = 0%
B = 26.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA0053 (or 0xEA0053) is known color: Razzmatazz. HEX triplet: EA, 00 and 53. RGB value is (234,0,83). Sum of RGB (Red+Green+Blue) = 234+0+83=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0053 is #15FFAC. Grayscale: #4F4F4F. Windows color (decimal): -1441709 or 5439722. OLE color: 5439722.

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

Color convert

RGB 234 0 83 -
CMYK 0 1 0.65 0.08
HSL 338.72º 1% 0.46% -
HSV(B) 338.72º 1% 0.92% -
XYZ 35.49 18.12 9.81 -
YUV 79.43 130.02 238.25 -
System Red Green Blue C M Y K H S L
Decimal 234 0 83 0 1 0.65 0.08 338.72 1 0.46
Hex EA 0 53 0 64 41 8 153 64 2E
Octal 352 0 123 0 144 101 10 523 144 56
Binary 11101010 0 1010011 0 1100100 1000001 1000 101010011 1100100 101110

Color Harmonies of #EA0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0053

Black with #EA0053

Text Example


Text Example

White with #EA0053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0053; }

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

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

background-color css

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

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

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

border-color css

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

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

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