Html Css Color HEX #ED466C Cranberry

📋 copy color: '#ED466C'

red 237 ◦ green 70 ◦ blue 108

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

Shades of Cranberry #ED466C

Tints of Cranberry #ED466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.87%

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 57.11%
G = 16.87%
B = 26.02%

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

#ED466C (or 0xED466C) is known color: Cranberry. HEX triplet: ED, 46 and 6C. RGB value is (237,70,108). Sum of RGB (Red+Green+Blue) = 237+70+108=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED466C is #12B993. Grayscale: #7C7C7C. Windows color (decimal): -1227156 or 7096045. OLE color: 7096045.

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

Color convert

RGB 237 70 108 -
CMYK 0 0.70 0.54 0.07
HSL 346.35º 0.82% 0.6% -
HSV(B) 346.35º 0.7% 0.93% -
XYZ 39.82 23.47 16.62 -
YUV 124.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 237 70 108 0 0.70 0.54 0.07 346.35 0.82 0.6
Hex ED 46 6C 0 46 36 7 15A 52 3C
Octal 355 106 154 0 106 66 7 532 122 74
Binary 11101101 1000110 1101100 0 1000110 110110 111 101011010 1010010 111100

Color Harmonies of #ED466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED466C

Black with #ED466C

Text Example


Text Example

White with #ED466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED466C; }

 p { color: rgb(237,70,108); }

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

background-color css

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

 a { background-color: rgb(237,70,108); }

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

border-color css

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

 span { border-color: rgb(237,70,108); }

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