Html Css Color HEX #ED068F Hollywood Cerise

📋 copy color: '#ED068F'

red 237 ◦ green 6 ◦ blue 143

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

Shades of Hollywood Cerise #ED068F

Tints of Hollywood Cerise #ED068F

RGB

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

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

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

R = 61.4%
G = 1.55%
B = 37.05%

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

#ED068F (or 0xED068F) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 8F. RGB value is (237,6,143). Sum of RGB (Red+Green+Blue) = 237+6+143=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED068F is #12F970. Grayscale: #5A5A5A. Windows color (decimal): -1243505 or 9373421. OLE color: 9373421.

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

Color convert

RGB 237 6 143 -
CMYK 0 0.97 0.40 0.07
HSL 324.42º 0.95% 0.48% -
HSV(B) 324.42º 0.97% 0.93% -
XYZ 39.95 20.12 27.76 -
YUV 90.69 157.53 232.36 -
System Red Green Blue C M Y K H S L
Decimal 237 6 143 0 0.97 0.40 0.07 324.42 0.95 0.48
Hex ED 6 8F 0 61 28 7 144 5F 30
Octal 355 6 217 0 141 50 7 504 137 60
Binary 11101101 110 10001111 0 1100001 101000 111 101000100 1011111 110000

Color Harmonies of #ED068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED068F

Black with #ED068F

Text Example


Text Example

White with #ED068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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