Html Css Color HEX #ED068E Hollywood Cerise

📋 copy color: '#ED068E'

red 237 ◦ green 6 ◦ blue 142

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

Shades of Hollywood Cerise #ED068E

Tints of Hollywood Cerise #ED068E

RGB

 RED value IS 237 (92.97% from 255) = 61.56%

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

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

R = 61.56%
G = 1.56%
B = 36.88%

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

#ED068E (or 0xED068E) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 8E. RGB value is (237,6,142). Sum of RGB (Red+Green+Blue) = 237+6+142=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED068E is #12F971. Grayscale: #5A5A5A. Windows color (decimal): -1243506 or 9307885. OLE color: 9307885.

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

Color convert

RGB 237 6 142 -
CMYK 0 0.97 0.40 0.07
HSL 324.68º 0.95% 0.48% -
HSV(B) 324.68º 0.97% 0.93% -
XYZ 39.87 20.09 27.37 -
YUV 90.57 157.03 232.44 -
System Red Green Blue C M Y K H S L
Decimal 237 6 142 0 0.97 0.40 0.07 324.68 0.95 0.48
Hex ED 6 8E 0 61 28 7 145 5F 30
Octal 355 6 216 0 141 50 7 505 137 60
Binary 11101101 110 10001110 0 1100001 101000 111 101000101 1011111 110000

Color Harmonies of #ED068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED068E

Black with #ED068E

Text Example


Text Example

White with #ED068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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