Html Css Color HEX #ED486A Cranberry

📋 copy color: '#ED486A'

red 237 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #ED486A

Tints of Cranberry #ED486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

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

R = 57.11%
G = 17.35%
B = 25.54%

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

#ED486A (or 0xED486A) is known color: Cranberry. HEX triplet: ED, 48 and 6A. RGB value is (237,72,106). Sum of RGB (Red+Green+Blue) = 237+72+106=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED486A is #12B795. Grayscale: #7D7D7D. Windows color (decimal): -1226646 or 6965485. OLE color: 6965485.

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

Color convert

RGB 237 72 106 -
CMYK 0 0.70 0.55 0.07
HSL 347.64º 0.82% 0.61% -
HSV(B) 347.64º 0.7% 0.93% -
XYZ 39.84 23.68 16.11 -
YUV 125.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 237 72 106 0 0.70 0.55 0.07 347.64 0.82 0.61
Hex ED 48 6A 0 46 37 7 15C 52 3D
Octal 355 110 152 0 106 67 7 534 122 75
Binary 11101101 1001000 1101010 0 1000110 110111 111 101011100 1010010 111101

Color Harmonies of #ED486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED486A

Black with #ED486A

Text Example


Text Example

White with #ED486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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