Html Css Color HEX #EC068E Hollywood Cerise

📋 copy color: '#EC068E'

red 236 ◦ green 6 ◦ blue 142

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

Shades of Hollywood Cerise #EC068E

Tints of Hollywood Cerise #EC068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 61.46%
G = 1.56%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC068E (or 0xEC068E) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 8E. RGB value is (236,6,142). Sum of RGB (Red+Green+Blue) = 236+6+142=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC068E is #13F971. Grayscale: #595959. Windows color (decimal): -1309042 or 9307884. OLE color: 9307884.

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

Color convert

RGB 236 6 142 -
CMYK 0 0.97 0.40 0.07
HSL 324.52º 0.95% 0.47% -
HSV(B) 324.52º 0.97% 0.93% -
XYZ 39.54 19.92 27.35 -
YUV 90.27 157.2 231.94 -
System Red Green Blue C M Y K H S L
Decimal 236 6 142 0 0.97 0.40 0.07 324.52 0.95 0.47
Hex EC 6 8E 0 61 28 7 145 5F 2F
Octal 354 6 216 0 141 50 7 505 137 57
Binary 11101100 110 10001110 0 1100001 101000 111 101000101 1011111 101111

Color Harmonies of #EC068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC068E

Black with #EC068E

Text Example


Text Example

White with #EC068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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