Html Css Color HEX #ED4469 Cerise

📋 copy color: '#ED4469'

red 237 ◦ green 68 ◦ blue 105

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

Shades of Cerise #ED4469

Tints of Cerise #ED4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

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

R = 57.8%
G = 16.59%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED4469 (or 0xED4469) is known color: Cerise. HEX triplet: ED, 44 and 69. RGB value is (237,68,105). Sum of RGB (Red+Green+Blue) = 237+68+105=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4469 is #12BB96. Grayscale: #7A7A7A. Windows color (decimal): -1227671 or 6898925. OLE color: 6898925.

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

Color convert

RGB 237 68 105 -
CMYK 0 0.71 0.56 0.07
HSL 346.86º 0.82% 0.6% -
HSV(B) 346.86º 0.71% 0.93% -
XYZ 39.54 23.16 15.75 -
YUV 122.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 237 68 105 0 0.71 0.56 0.07 346.86 0.82 0.6
Hex ED 44 69 0 47 38 7 15B 52 3C
Octal 355 104 151 0 107 70 7 533 122 74
Binary 11101101 1000100 1101001 0 1000111 111000 111 101011011 1010010 111100

Color Harmonies of #ED4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4469

Black with #ED4469

Text Example


Text Example

White with #ED4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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