Html Css Color HEX #EE0A6B Razzmatazz

📋 copy color: '#EE0A6B'

red 238 ◦ green 10 ◦ blue 107

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

Shades of Razzmatazz #EE0A6B

Tints of Razzmatazz #EE0A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 67.04%
G = 2.82%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE0A6B (or 0xEE0A6B) is known color: Razzmatazz. HEX triplet: EE, 0A and 6B. RGB value is (238,10,107). Sum of RGB (Red+Green+Blue) = 238+10+107=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A6B is #11F594. Grayscale: #595959. Windows color (decimal): -1176981 or 7015150. OLE color: 7015150.

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

Color convert

RGB 238 10 107 -
CMYK 0 0.96 0.55 0.07
HSL 334.47º 0.92% 0.49% -
HSV(B) 334.47º 0.96% 0.93% -
XYZ 38.02 19.46 15.66 -
YUV 89.23 138.04 234.11 -
System Red Green Blue C M Y K H S L
Decimal 238 10 107 0 0.96 0.55 0.07 334.47 0.92 0.49
Hex EE A 6B 0 60 37 7 14E 5C 31
Octal 356 12 153 0 140 67 7 516 134 61
Binary 11101110 1010 1101011 0 1100000 110111 111 101001110 1011100 110001

Color Harmonies of #EE0A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A6B

Black with #EE0A6B

Text Example


Text Example

White with #EE0A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A6B; }

 p { color: rgb(238,10,107); }

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

background-color css

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

 a { background-color: rgb(238,10,107); }

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

border-color css

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

 span { border-color: rgb(238,10,107); }

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