Html Css Color HEX #ED4072 Cranberry

📋 copy color: '#ED4072'

red 237 ◦ green 64 ◦ blue 114

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

Shades of Cranberry #ED4072

Tints of Cranberry #ED4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 57.11%
G = 15.42%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED4072 (or 0xED4072) is known color: Cranberry. HEX triplet: ED, 40 and 72. RGB value is (237,64,114). Sum of RGB (Red+Green+Blue) = 237+64+114=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4072 is #12BF8D. Grayscale: #797979. Windows color (decimal): -1228686 or 7487725. OLE color: 7487725.

HSL color Cylindrical-coordinate representation of color #ED4072: hue angle of 342.66º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED4072 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 114 -
CMYK 0 0.73 0.52 0.07
HSL 342.66º 0.83% 0.59% -
HSV(B) 342.66º 0.73% 0.93% -
XYZ 39.8 22.89 18.24 -
YUV 121.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 237 64 114 0 0.73 0.52 0.07 342.66 0.83 0.59
Hex ED 40 72 0 49 34 7 157 53 3B
Octal 355 100 162 0 111 64 7 527 123 73
Binary 11101101 1000000 1110010 0 1001001 110100 111 101010111 1010011 111011

Color Harmonies of #ED4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4072

Black with #ED4072

Text Example


Text Example

White with #ED4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4072; }

 p { color: rgb(237,64,114); }

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

background-color css

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

 a { background-color: rgb(237,64,114); }

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

border-color css

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

 span { border-color: rgb(237,64,114); }

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