Html Css Color HEX #EC068F Hollywood Cerise

📋 copy color: '#EC068F'

red 236 ◦ green 6 ◦ blue 143

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

Shades of Hollywood Cerise #EC068F

Tints of Hollywood Cerise #EC068F

RGB

 RED value IS 236 (92.58% from 255) = 61.3%

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 61.3%
G = 1.56%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC068F (or 0xEC068F) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 8F. RGB value is (236,6,143). Sum of RGB (Red+Green+Blue) = 236+6+143=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC068F is #13F970. Grayscale: #5A5A5A. Windows color (decimal): -1309041 or 9373420. OLE color: 9373420.

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

Color convert

RGB 236 6 143 -
CMYK 0 0.97 0.39 0.07
HSL 324.26º 0.95% 0.47% -
HSV(B) 324.26º 0.97% 0.93% -
XYZ 39.62 19.95 27.75 -
YUV 90.39 157.7 231.86 -
System Red Green Blue C M Y K H S L
Decimal 236 6 143 0 0.97 0.39 0.07 324.26 0.95 0.47
Hex EC 6 8F 0 61 27 7 144 5F 2F
Octal 354 6 217 0 141 47 7 504 137 57
Binary 11101100 110 10001111 0 1100001 100111 111 101000100 1011111 101111

Color Harmonies of #EC068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC068F

Black with #EC068F

Text Example


Text Example

White with #EC068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC068F; }

 p { color: rgb(236,6,143); }

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

background-color css

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

 a { background-color: rgb(236,6,143); }

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

border-color css

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

 span { border-color: rgb(236,6,143); }

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