Html Css Color HEX #ED4A6B Cranberry

📋 copy color: '#ED4A6B'

red 237 ◦ green 74 ◦ blue 107

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

Shades of Cranberry #ED4A6B

Tints of Cranberry #ED4A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 56.7%
G = 17.7%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED4A6B (or 0xED4A6B) is known color: Cranberry. HEX triplet: ED, 4A and 6B. RGB value is (237,74,107). Sum of RGB (Red+Green+Blue) = 237+74+107=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4A6B is #12B594. Grayscale: #7E7E7E. Windows color (decimal): -1226133 or 7031533. OLE color: 7031533.

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

Color convert

RGB 237 74 107 -
CMYK 0 0.69 0.55 0.07
HSL 347.85º 0.82% 0.61% -
HSV(B) 347.85º 0.69% 0.93% -
XYZ 40.03 23.96 16.43 -
YUV 126.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 237 74 107 0 0.69 0.55 0.07 347.85 0.82 0.61
Hex ED 4A 6B 0 45 37 7 15C 52 3D
Octal 355 112 153 0 105 67 7 534 122 75
Binary 11101101 1001010 1101011 0 1000101 110111 111 101011100 1010010 111101

Color Harmonies of #ED4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A6B

Black with #ED4A6B

Text Example


Text Example

White with #ED4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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