Html Css Color HEX #EA4D6E Cranberry

📋 copy color: '#EA4D6E'

red 234 ◦ green 77 ◦ blue 110

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

Shades of Cranberry #EA4D6E

Tints of Cranberry #EA4D6E

RGB

 RED value IS 234 (91.8% from 255) = 55.58%

 GREEN value IS 77 (30.47% from 255) = 18.29%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 55.58%
G = 18.29%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA4D6E (or 0xEA4D6E) is known color: Cranberry. HEX triplet: EA, 4D and 6E. RGB value is (234,77,110). Sum of RGB (Red+Green+Blue) = 234+77+110=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D6E is #15B291. Grayscale: #7F7F7F. Windows color (decimal): -1421970 or 7228906. OLE color: 7228906.

HSL color Cylindrical-coordinate representation of color #EA4D6E: hue angle of 347.39º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D6E is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 110 -
CMYK 0 0.67 0.53 0.08
HSL 347.39º 0.79% 0.61% -
HSV(B) 347.39º 0.67% 0.92% -
XYZ 39.4 23.93 17.29 -
YUV 127.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 234 77 110 0 0.67 0.53 0.08 347.39 0.79 0.61
Hex EA 4D 6E 0 43 35 8 15B 4F 3D
Octal 352 115 156 0 103 65 10 533 117 75
Binary 11101010 1001101 1101110 0 1000011 110101 1000 101011011 1001111 111101

Color Harmonies of #EA4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D6E

Black with #EA4D6E

Text Example


Text Example

White with #EA4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D6E; }

 p { color: rgb(234,77,110); }

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

background-color css

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

 a { background-color: rgb(234,77,110); }

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

border-color css

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

 span { border-color: rgb(234,77,110); }

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