Html Css Color HEX #ED456B Cranberry

📋 copy color: '#ED456B'

red 237 ◦ green 69 ◦ blue 107

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

Shades of Cranberry #ED456B

Tints of Cranberry #ED456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 57.38%
G = 16.71%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED456B (or 0xED456B) is known color: Cranberry. HEX triplet: ED, 45 and 6B. RGB value is (237,69,107). Sum of RGB (Red+Green+Blue) = 237+69+107=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED456B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED456B is #12BA94. Grayscale: #7B7B7B. Windows color (decimal): -1227413 or 7030253. OLE color: 7030253.

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

Color convert

RGB 237 69 107 -
CMYK 0 0.71 0.55 0.07
HSL 346.43º 0.82% 0.6% -
HSV(B) 346.43º 0.71% 0.93% -
XYZ 39.71 23.32 16.32 -
YUV 123.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 237 69 107 0 0.71 0.55 0.07 346.43 0.82 0.6
Hex ED 45 6B 0 47 37 7 15A 52 3C
Octal 355 105 153 0 107 67 7 532 122 74
Binary 11101101 1000101 1101011 0 1000111 110111 111 101011010 1010010 111100

Color Harmonies of #ED456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED456B

Black with #ED456B

Text Example


Text Example

White with #ED456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED456B; }

 p { color: rgb(237,69,107); }

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

background-color css

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

 a { background-color: rgb(237,69,107); }

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

border-color css

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

 span { border-color: rgb(237,69,107); }

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