Html Css Color HEX #ED466D Cranberry

📋 copy color: '#ED466D'

red 237 ◦ green 70 ◦ blue 109

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

Shades of Cranberry #ED466D

Tints of Cranberry #ED466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 56.97%
G = 16.83%
B = 26.2%

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

#ED466D (or 0xED466D) is known color: Cranberry. HEX triplet: ED, 46 and 6D. RGB value is (237,70,109). Sum of RGB (Red+Green+Blue) = 237+70+109=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED466D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED466D is #12B992. Grayscale: #7C7C7C. Windows color (decimal): -1227155 or 7161581. OLE color: 7161581.

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

Color convert

RGB 237 70 109 -
CMYK 0 0.70 0.54 0.07
HSL 345.99º 0.82% 0.6% -
HSV(B) 345.99º 0.7% 0.93% -
XYZ 39.88 23.49 16.9 -
YUV 124.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 237 70 109 0 0.70 0.54 0.07 345.99 0.82 0.6
Hex ED 46 6D 0 46 36 7 15A 52 3C
Octal 355 106 155 0 106 66 7 532 122 74
Binary 11101101 1000110 1101101 0 1000110 110110 111 101011010 1010010 111100

Color Harmonies of #ED466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED466D

Black with #ED466D

Text Example


Text Example

White with #ED466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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