Html Css Color HEX #ED476E Cranberry

📋 copy color: '#ED476E'

red 237 ◦ green 71 ◦ blue 110

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

Shades of Cranberry #ED476E

Tints of Cranberry #ED476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 56.7%
G = 16.99%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED476E (or 0xED476E) is known color: Cranberry. HEX triplet: ED, 47 and 6E. RGB value is (237,71,110). Sum of RGB (Red+Green+Blue) = 237+71+110=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED476E is #12B891. Grayscale: #7D7D7D. Windows color (decimal): -1226898 or 7227373. OLE color: 7227373.

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

Color convert

RGB 237 71 110 -
CMYK 0 0.70 0.54 0.07
HSL 345.9º 0.82% 0.6% -
HSV(B) 345.9º 0.7% 0.93% -
XYZ 39.99 23.64 17.21 -
YUV 125.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 237 71 110 0 0.70 0.54 0.07 345.9 0.82 0.6
Hex ED 47 6E 0 46 36 7 15A 52 3C
Octal 355 107 156 0 106 66 7 532 122 74
Binary 11101101 1000111 1101110 0 1000110 110110 111 101011010 1010010 111100

Color Harmonies of #ED476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED476E

Black with #ED476E

Text Example


Text Example

White with #ED476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED476E; }

 p { color: rgb(237,71,110); }

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

background-color css

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

 a { background-color: rgb(237,71,110); }

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

border-color css

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

 span { border-color: rgb(237,71,110); }

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