Html Css Color HEX #ED466A Cranberry

📋 copy color: '#ED466A'

red 237 ◦ green 70 ◦ blue 106

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

Shades of Cranberry #ED466A

Tints of Cranberry #ED466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 57.38%
G = 16.95%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED466A (or 0xED466A) is known color: Cranberry. HEX triplet: ED, 46 and 6A. RGB value is (237,70,106). Sum of RGB (Red+Green+Blue) = 237+70+106=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED466A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED466A is #12B995. Grayscale: #7C7C7C. Windows color (decimal): -1227158 or 6964973. OLE color: 6964973.

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

Color convert

RGB 237 70 106 -
CMYK 0 0.70 0.55 0.07
HSL 347.07º 0.82% 0.6% -
HSV(B) 347.07º 0.7% 0.93% -
XYZ 39.72 23.43 16.06 -
YUV 124.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 237 70 106 0 0.70 0.55 0.07 347.07 0.82 0.6
Hex ED 46 6A 0 46 37 7 15B 52 3C
Octal 355 106 152 0 106 67 7 533 122 74
Binary 11101101 1000110 1101010 0 1000110 110111 111 101011011 1010010 111100

Color Harmonies of #ED466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED466A

Black with #ED466A

Text Example


Text Example

White with #ED466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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