Html Css Color HEX #EE0153 Razzmatazz

📋 copy color: '#EE0153'

red 238 ◦ green 1 ◦ blue 83

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

Shades of Razzmatazz #EE0153

Tints of Razzmatazz #EE0153

RGB

 RED value IS 238 (93.36% from 255) = 73.91%

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

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

R = 73.91%
G = 0.31%
B = 25.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE0153 (or 0xEE0153) is known color: Razzmatazz. HEX triplet: EE, 01 and 53. RGB value is (238,1,83). Sum of RGB (Red+Green+Blue) = 238+1+83=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0153 is #11FEAC. Grayscale: #515151. Windows color (decimal): -1179309 or 5439982. OLE color: 5439982.

HSL color Cylindrical-coordinate representation of color #EE0153: hue angle of 339.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0153 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 83 -
CMYK 0 1.00 0.65 0.07
HSL 339.24º 0.99% 0.47% -
HSV(B) 339.24º 1% 0.93% -
XYZ 36.83 18.82 9.88 -
YUV 81.21 129.02 239.83 -
System Red Green Blue C M Y K H S L
Decimal 238 1 83 0 1.00 0.65 0.07 339.24 0.99 0.47
Hex EE 1 53 0 64 41 7 153 63 2F
Octal 356 1 123 0 144 101 7 523 143 57
Binary 11101110 1 1010011 0 1100100 1000001 111 101010011 1100011 101111

Color Harmonies of #EE0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0153

Black with #EE0153

Text Example


Text Example

White with #EE0153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0153; }

 p { color: rgb(238,1,83); }

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

background-color css

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

 a { background-color: rgb(238,1,83); }

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

border-color css

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

 span { border-color: rgb(238,1,83); }

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