Html Css Color HEX #ED2269 Cerise

📋 copy color: '#ED2269'

red 237 ◦ green 34 ◦ blue 105

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

Shades of Cerise #ED2269

Tints of Cerise #ED2269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.04%

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

R = 63.03%
G = 9.04%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2269 (or 0xED2269) is known color: Cerise. HEX triplet: ED, 22 and 69. RGB value is (237,34,105). Sum of RGB (Red+Green+Blue) = 237+34+105=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2269 is #12DD96. Grayscale: #666666. Windows color (decimal): -1236375 or 6890221. OLE color: 6890221.

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

Color convert

RGB 237 34 105 -
CMYK 0 0.86 0.56 0.07
HSL 339.01º 0.85% 0.53% -
HSV(B) 339.01º 0.86% 0.93% -
XYZ 38.05 20.17 15.25 -
YUV 102.79 129.25 223.73 -
System Red Green Blue C M Y K H S L
Decimal 237 34 105 0 0.86 0.56 0.07 339.01 0.85 0.53
Hex ED 22 69 0 56 38 7 153 55 35
Octal 355 42 151 0 126 70 7 523 125 65
Binary 11101101 100010 1101001 0 1010110 111000 111 101010011 1010101 110101

Color Harmonies of #ED2269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2269

Black with #ED2269

Text Example


Text Example

White with #ED2269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2269; }

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

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

background-color css

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

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

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

border-color css

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

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

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