Html Css Color HEX #ED256F Cerise

📋 copy color: '#ED256F'

red 237 ◦ green 37 ◦ blue 111

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

Shades of Cerise #ED256F

Tints of Cerise #ED256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 61.56%
G = 9.61%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED256F (or 0xED256F) is known color: Cerise. HEX triplet: ED, 25 and 6F. RGB value is (237,37,111). Sum of RGB (Red+Green+Blue) = 237+37+111=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED256F is #12DA90. Grayscale: #696969. Windows color (decimal): -1235601 or 7284205. OLE color: 7284205.

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

Color convert

RGB 237 37 111 -
CMYK 0 0.84 0.53 0.07
HSL 337.8º 0.85% 0.54% -
HSV(B) 337.8º 0.84% 0.93% -
XYZ 38.46 20.48 16.96 -
YUV 105.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 237 37 111 0 0.84 0.53 0.07 337.8 0.85 0.54
Hex ED 25 6F 0 54 35 7 152 55 36
Octal 355 45 157 0 124 65 7 522 125 66
Binary 11101101 100101 1101111 0 1010100 110101 111 101010010 1010101 110110

Color Harmonies of #ED256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED256F

Black with #ED256F

Text Example


Text Example

White with #ED256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED256F; }

 p { color: rgb(237,37,111); }

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

background-color css

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

 a { background-color: rgb(237,37,111); }

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

border-color css

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

 span { border-color: rgb(237,37,111); }

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