Html Css Color HEX #EE0154 Razzmatazz

📋 copy color: '#EE0154'

red 238 ◦ green 1 ◦ blue 84

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

Shades of Razzmatazz #EE0154

Tints of Razzmatazz #EE0154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 73.68%
G = 0.31%
B = 26.01%

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

#EE0154 (or 0xEE0154) is known color: Razzmatazz. HEX triplet: EE, 01 and 54. RGB value is (238,1,84). Sum of RGB (Red+Green+Blue) = 238+1+84=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0154 is #11FEAB. Grayscale: #515151. Windows color (decimal): -1179308 or 5505518. OLE color: 5505518.

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

Color convert

RGB 238 1 84 -
CMYK 0 1.00 0.65 0.07
HSL 338.99º 0.99% 0.47% -
HSV(B) 338.99º 1% 0.93% -
XYZ 36.87 18.84 10.08 -
YUV 81.33 129.52 239.75 -
System Red Green Blue C M Y K H S L
Decimal 238 1 84 0 1.00 0.65 0.07 338.99 0.99 0.47
Hex EE 1 54 0 64 41 7 153 63 2F
Octal 356 1 124 0 144 101 7 523 143 57
Binary 11101110 1 1010100 0 1100100 1000001 111 101010011 1100011 101111

Color Harmonies of #EE0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0154

Black with #EE0154

Text Example


Text Example

White with #EE0154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0154; }

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

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

background-color css

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

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

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

border-color css

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

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

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