Html Css Color HEX #ED256A Cerise

📋 copy color: '#ED256A'

red 237 ◦ green 37 ◦ blue 106

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

Shades of Cerise #ED256A

Tints of Cerise #ED256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 62.37%
G = 9.74%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED256A (or 0xED256A) is known color: Cerise. HEX triplet: ED, 25 and 6A. RGB value is (237,37,106). Sum of RGB (Red+Green+Blue) = 237+37+106=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED256A is #12DA95. Grayscale: #686868. Windows color (decimal): -1235606 or 6956525. OLE color: 6956525.

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

Color convert

RGB 237 37 106 -
CMYK 0 0.84 0.55 0.07
HSL 339.3º 0.85% 0.54% -
HSV(B) 339.3º 0.84% 0.93% -
XYZ 38.19 20.37 15.55 -
YUV 104.67 128.76 222.39 -
System Red Green Blue C M Y K H S L
Decimal 237 37 106 0 0.84 0.55 0.07 339.3 0.85 0.54
Hex ED 25 6A 0 54 37 7 153 55 36
Octal 355 45 152 0 124 67 7 523 125 66
Binary 11101101 100101 1101010 0 1010100 110111 111 101010011 1010101 110110

Color Harmonies of #ED256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED256A

Black with #ED256A

Text Example


Text Example

White with #ED256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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