Html Css Color HEX #ED4868 Cranberry

📋 copy color: '#ED4868'

red 237 ◦ green 72 ◦ blue 104

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

Shades of Cranberry #ED4868

Tints of Cranberry #ED4868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 57.38%
G = 17.43%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED4868 (or 0xED4868) is known color: Cranberry. HEX triplet: ED, 48 and 68. RGB value is (237,72,104). Sum of RGB (Red+Green+Blue) = 237+72+104=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4868 is #12B797. Grayscale: #7D7D7D. Windows color (decimal): -1226648 or 6834413. OLE color: 6834413.

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

Color convert

RGB 237 72 104 -
CMYK 0 0.70 0.56 0.07
HSL 348.36º 0.82% 0.61% -
HSV(B) 348.36º 0.7% 0.93% -
XYZ 39.74 23.64 15.56 -
YUV 124.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 237 72 104 0 0.70 0.56 0.07 348.36 0.82 0.61
Hex ED 48 68 0 46 38 7 15C 52 3D
Octal 355 110 150 0 106 70 7 534 122 75
Binary 11101101 1001000 1101000 0 1000110 111000 111 101011100 1010010 111101

Color Harmonies of #ED4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4868

Black with #ED4868

Text Example


Text Example

White with #ED4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4868; }

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

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

background-color css

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

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

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

border-color css

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

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

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