Html Css Color HEX #EE026D Razzmatazz

📋 copy color: '#EE026D'

red 238 ◦ green 2 ◦ blue 109

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

Shades of Razzmatazz #EE026D

Tints of Razzmatazz #EE026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 68.19%
G = 0.57%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE026D (or 0xEE026D) is known color: Razzmatazz. HEX triplet: EE, 02 and 6D. RGB value is (238,2,109). Sum of RGB (Red+Green+Blue) = 238+2+109=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE026D is #11FD92. Grayscale: #545454. Windows color (decimal): -1179027 or 7144174. OLE color: 7144174.

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

Color convert

RGB 238 2 109 -
CMYK 0 0.99 0.54 0.07
HSL 332.8º 0.98% 0.47% -
HSV(B) 332.8º 0.99% 0.93% -
XYZ 38.04 19.32 16.19 -
YUV 84.76 141.69 237.3 -
System Red Green Blue C M Y K H S L
Decimal 238 2 109 0 0.99 0.54 0.07 332.8 0.98 0.47
Hex EE 2 6D 0 63 36 7 14D 62 2F
Octal 356 2 155 0 143 66 7 515 142 57
Binary 11101110 10 1101101 0 1100011 110110 111 101001101 1100010 101111

Color Harmonies of #EE026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE026D

Black with #EE026D

Text Example


Text Example

White with #EE026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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