Html Css Color HEX #ED386B Cerise

📋 copy color: '#ED386B'

red 237 ◦ green 56 ◦ blue 107

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

Shades of Cerise #ED386B

Tints of Cerise #ED386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 59.25%
G = 14%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED386B (or 0xED386B) is known color: Cerise. HEX triplet: ED, 38 and 6B. RGB value is (237,56,107). Sum of RGB (Red+Green+Blue) = 237+56+107=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED386B is #12C794. Grayscale: #737373. Windows color (decimal): -1230741 or 7026925. OLE color: 7026925.

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

Color convert

RGB 237 56 107 -
CMYK 0 0.76 0.55 0.07
HSL 343.09º 0.83% 0.57% -
HSV(B) 343.09º 0.76% 0.93% -
XYZ 38.99 21.89 16.08 -
YUV 115.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 237 56 107 0 0.76 0.55 0.07 343.09 0.83 0.57
Hex ED 38 6B 0 4C 37 7 157 53 39
Octal 355 70 153 0 114 67 7 527 123 71
Binary 11101101 111000 1101011 0 1001100 110111 111 101010111 1010011 111001

Color Harmonies of #ED386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED386B

Black with #ED386B

Text Example


Text Example

White with #ED386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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