Html Css Color HEX #EA4C6B Cranberry

📋 copy color: '#EA4C6B'

red 234 ◦ green 76 ◦ blue 107

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

Shades of Cranberry #EA4C6B

Tints of Cranberry #EA4C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 56.12%
G = 18.23%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA4C6B (or 0xEA4C6B) is known color: Cranberry. HEX triplet: EA, 4C and 6B. RGB value is (234,76,107). Sum of RGB (Red+Green+Blue) = 234+76+107=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4C6B is #15B394. Grayscale: #7E7E7E. Windows color (decimal): -1422229 or 7032042. OLE color: 7032042.

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

Color convert

RGB 234 76 107 -
CMYK 0 0.68 0.54 0.08
HSL 348.23º 0.79% 0.61% -
HSV(B) 348.23º 0.68% 0.92% -
XYZ 39.17 23.72 16.42 -
YUV 126.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 234 76 107 0 0.68 0.54 0.08 348.23 0.79 0.61
Hex EA 4C 6B 0 44 36 8 15C 4F 3D
Octal 352 114 153 0 104 66 10 534 117 75
Binary 11101010 1001100 1101011 0 1000100 110110 1000 101011100 1001111 111101

Color Harmonies of #EA4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C6B

Black with #EA4C6B

Text Example


Text Example

White with #EA4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C6B; }

 p { color: rgb(234,76,107); }

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

background-color css

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

 a { background-color: rgb(234,76,107); }

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

border-color css

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

 span { border-color: rgb(234,76,107); }

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