Html Css Color HEX #EE0675 Razzmatazz

📋 copy color: '#EE0675'

red 238 ◦ green 6 ◦ blue 117

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

Shades of Razzmatazz #EE0675

Tints of Razzmatazz #EE0675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 65.93%
G = 1.66%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0675 (or 0xEE0675) is known color: Razzmatazz. HEX triplet: EE, 06 and 75. RGB value is (238,6,117). Sum of RGB (Red+Green+Blue) = 238+6+117=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0675 is #11F98A. Grayscale: #575757. Windows color (decimal): -1177995 or 7669486. OLE color: 7669486.

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

Color convert

RGB 238 6 117 -
CMYK 0 0.97 0.51 0.07
HSL 331.29º 0.95% 0.48% -
HSV(B) 331.29º 0.97% 0.93% -
XYZ 38.54 19.59 18.58 -
YUV 88.02 144.36 234.97 -
System Red Green Blue C M Y K H S L
Decimal 238 6 117 0 0.97 0.51 0.07 331.29 0.95 0.48
Hex EE 6 75 0 61 33 7 14B 5F 30
Octal 356 6 165 0 141 63 7 513 137 60
Binary 11101110 110 1110101 0 1100001 110011 111 101001011 1011111 110000

Color Harmonies of #EE0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0675

Black with #EE0675

Text Example


Text Example

White with #EE0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0675; }

 p { color: rgb(238,6,117); }

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

background-color css

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

 a { background-color: rgb(238,6,117); }

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

border-color css

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

 span { border-color: rgb(238,6,117); }

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