Html Css Color HEX #ED2569 Cerise

📋 copy color: '#ED2569'

red 237 ◦ green 37 ◦ blue 105

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

Shades of Cerise #ED2569

Tints of Cerise #ED2569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 62.53%
G = 9.76%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2569 (or 0xED2569) is known color: Cerise. HEX triplet: ED, 25 and 69. RGB value is (237,37,105). Sum of RGB (Red+Green+Blue) = 237+37+105=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2569 is #12DA96. Grayscale: #686868. Windows color (decimal): -1235607 or 6890989. OLE color: 6890989.

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

Color convert

RGB 237 37 105 -
CMYK 0 0.84 0.56 0.07
HSL 339.6º 0.85% 0.54% -
HSV(B) 339.6º 0.84% 0.93% -
XYZ 38.14 20.35 15.28 -
YUV 104.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 237 37 105 0 0.84 0.56 0.07 339.6 0.85 0.54
Hex ED 25 69 0 54 38 7 154 55 36
Octal 355 45 151 0 124 70 7 524 125 66
Binary 11101101 100101 1101001 0 1010100 111000 111 101010100 1010101 110110

Color Harmonies of #ED2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2569

Black with #ED2569

Text Example


Text Example

White with #ED2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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