Html Css Color HEX #ED316B Cerise

📋 copy color: '#ED316B'

red 237 ◦ green 49 ◦ blue 107

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

Shades of Cerise #ED316B

Tints of Cerise #ED316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.47%

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

R = 60.31%
G = 12.47%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED316B (or 0xED316B) is known color: Cerise. HEX triplet: ED, 31 and 6B. RGB value is (237,49,107). Sum of RGB (Red+Green+Blue) = 237+49+107=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED316B is #12CE94. Grayscale: #6F6F6F. Windows color (decimal): -1232533 or 7025133. OLE color: 7025133.

HSL color Cylindrical-coordinate representation of color #ED316B: hue angle of 341.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED316B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 49 107 -
CMYK 0 0.79 0.55 0.07
HSL 341.49º 0.84% 0.56% -
HSV(B) 341.49º 0.79% 0.93% -
XYZ 38.68 21.26 15.98 -
YUV 111.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 237 49 107 0 0.79 0.55 0.07 341.49 0.84 0.56
Hex ED 31 6B 0 4F 37 7 155 54 38
Octal 355 61 153 0 117 67 7 525 124 70
Binary 11101101 110001 1101011 0 1001111 110111 111 101010101 1010100 111000

Color Harmonies of #ED316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED316B

Black with #ED316B

Text Example


Text Example

White with #ED316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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