Html Css Color HEX #EE068D Hollywood Cerise

📋 copy color: '#EE068D'

red 238 ◦ green 6 ◦ blue 141

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

Shades of Hollywood Cerise #EE068D

Tints of Hollywood Cerise #EE068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 61.82%
G = 1.56%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE068D (or 0xEE068D) is known color: Hollywood Cerise. HEX triplet: EE, 06 and 8D. RGB value is (238,6,141). Sum of RGB (Red+Green+Blue) = 238+6+141=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE068D is #11F972. Grayscale: #5A5A5A. Windows color (decimal): -1177971 or 9242350. OLE color: 9242350.

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

Color convert

RGB 238 6 141 -
CMYK 0 0.97 0.41 0.07
HSL 325.09º 0.95% 0.48% -
HSV(B) 325.09º 0.97% 0.93% -
XYZ 40.13 20.23 26.99 -
YUV 90.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 238 6 141 0 0.97 0.41 0.07 325.09 0.95 0.48
Hex EE 6 8D 0 61 29 7 145 5F 30
Octal 356 6 215 0 141 51 7 505 137 60
Binary 11101110 110 10001101 0 1100001 101001 111 101000101 1011111 110000

Color Harmonies of #EE068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE068D

Black with #EE068D

Text Example


Text Example

White with #EE068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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