Html Css Color HEX #ED256D Cerise

📋 copy color: '#ED256D'

red 237 ◦ green 37 ◦ blue 109

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

Shades of Cerise #ED256D

Tints of Cerise #ED256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 61.88%
G = 9.66%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED256D (or 0xED256D) is known color: Cerise. HEX triplet: ED, 25 and 6D. RGB value is (237,37,109). Sum of RGB (Red+Green+Blue) = 237+37+109=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED256D is #12DA92. Grayscale: #686868. Windows color (decimal): -1235603 or 7153133. OLE color: 7153133.

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

Color convert

RGB 237 37 109 -
CMYK 0 0.84 0.54 0.07
HSL 338.4º 0.85% 0.54% -
HSV(B) 338.4º 0.84% 0.93% -
XYZ 38.35 20.43 16.39 -
YUV 105.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 237 37 109 0 0.84 0.54 0.07 338.4 0.85 0.54
Hex ED 25 6D 0 54 36 7 152 55 36
Octal 355 45 155 0 124 66 7 522 125 66
Binary 11101101 100101 1101101 0 1010100 110110 111 101010010 1010101 110110

Color Harmonies of #ED256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED256D

Black with #ED256D

Text Example


Text Example

White with #ED256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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