Html Css Color HEX #EE0B6D Razzmatazz

📋 copy color: '#EE0B6D'

red 238 ◦ green 11 ◦ blue 109

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

Shades of Razzmatazz #EE0B6D

Tints of Razzmatazz #EE0B6D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 66.48%
G = 3.07%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE0B6D (or 0xEE0B6D) is known color: Razzmatazz. HEX triplet: EE, 0B and 6D. RGB value is (238,11,109). Sum of RGB (Red+Green+Blue) = 238+11+109=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0B6D is #11F492. Grayscale: #595959. Windows color (decimal): -1176723 or 7146478. OLE color: 7146478.

HSL color Cylindrical-coordinate representation of color #EE0B6D: hue angle of 334.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B6D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 11 109 -
CMYK 0 0.95 0.54 0.07
HSL 334.1º 0.91% 0.49% -
HSV(B) 334.1º 0.95% 0.93% -
XYZ 38.14 19.52 16.23 -
YUV 90.05 138.71 233.53 -
System Red Green Blue C M Y K H S L
Decimal 238 11 109 0 0.95 0.54 0.07 334.1 0.91 0.49
Hex EE B 6D 0 5F 36 7 14E 5B 31
Octal 356 13 155 0 137 66 7 516 133 61
Binary 11101110 1011 1101101 0 1011111 110110 111 101001110 1011011 110001

Color Harmonies of #EE0B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0B6D

Black with #EE0B6D

Text Example


Text Example

White with #EE0B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0B6D; }

 p { color: rgb(238,11,109); }

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

background-color css

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

 a { background-color: rgb(238,11,109); }

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

border-color css

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

 span { border-color: rgb(238,11,109); }

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