Html Css Color HEX #EA4A68 Cranberry

📋 copy color: '#EA4A68'

red 234 ◦ green 74 ◦ blue 104

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

Shades of Cranberry #EA4A68

Tints of Cranberry #EA4A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 56.8%
G = 17.96%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA4A68 (or 0xEA4A68) is known color: Cranberry. HEX triplet: EA, 4A and 68. RGB value is (234,74,104). Sum of RGB (Red+Green+Blue) = 234+74+104=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A68 is #15B597. Grayscale: #7D7D7D. Windows color (decimal): -1422744 or 6834922. OLE color: 6834922.

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

Color convert

RGB 234 74 104 -
CMYK 0 0.68 0.56 0.08
HSL 348.75º 0.79% 0.6% -
HSV(B) 348.75º 0.68% 0.92% -
XYZ 38.88 23.39 15.56 -
YUV 125.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 234 74 104 0 0.68 0.56 0.08 348.75 0.79 0.6
Hex EA 4A 68 0 44 38 8 15D 4F 3C
Octal 352 112 150 0 104 70 10 535 117 74
Binary 11101010 1001010 1101000 0 1000100 111000 1000 101011101 1001111 111100

Color Harmonies of #EA4A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A68

Black with #EA4A68

Text Example


Text Example

White with #EA4A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A68; }

 p { color: rgb(234,74,104); }

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

background-color css

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

 a { background-color: rgb(234,74,104); }

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

border-color css

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

 span { border-color: rgb(234,74,104); }

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