Html Css Color HEX #ED385F Cerise

📋 copy color: '#ED385F'

red 237 ◦ green 56 ◦ blue 95

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

Shades of Cerise #ED385F

Tints of Cerise #ED385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 61.08%
G = 14.43%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED385F (or 0xED385F) is known color: Cerise. HEX triplet: ED, 38 and 5F. RGB value is (237,56,95). Sum of RGB (Red+Green+Blue) = 237+56+95=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED385F is #12C7A0. Grayscale: #727272. Windows color (decimal): -1230753 or 6240493. OLE color: 6240493.

HSL color Cylindrical-coordinate representation of color #ED385F: hue angle of 347.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED385F is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 95 -
CMYK 0 0.76 0.60 0.07
HSL 347.07º 0.83% 0.57% -
HSV(B) 347.07º 0.76% 0.93% -
XYZ 38.4 21.66 12.98 -
YUV 114.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 237 56 95 0 0.76 0.60 0.07 347.07 0.83 0.57
Hex ED 38 5F 0 4C 3C 7 15B 53 39
Octal 355 70 137 0 114 74 7 533 123 71
Binary 11101101 111000 1011111 0 1001100 111100 111 101011011 1010011 111001

Color Harmonies of #ED385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED385F

Black with #ED385F

Text Example


Text Example

White with #ED385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED385F; }

 p { color: rgb(237,56,95); }

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

background-color css

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

 a { background-color: rgb(237,56,95); }

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

border-color css

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

 span { border-color: rgb(237,56,95); }

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