Html Css Color HEX #EA6971 Froly

📋 copy color: '#EA6971'

red 234 ◦ green 105 ◦ blue 113

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

Shades of Froly #EA6971

Tints of Froly #EA6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.23%

 BLUE value IS 113 (44.53% from 255) = 25%

R = 51.77%
G = 23.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA6971 (or 0xEA6971) is known color: Froly. HEX triplet: EA, 69 and 71. RGB value is (234,105,113). Sum of RGB (Red+Green+Blue) = 234+105+113=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6971 is #15968E. Grayscale: #909090. Windows color (decimal): -1414799 or 7432682. OLE color: 7432682.

HSL color Cylindrical-coordinate representation of color #EA6971: hue angle of 356.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6971 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 105 113 -
CMYK 0 0.55 0.52 0.08
HSL 356.28º 0.75% 0.66% -
HSV(B) 356.28º 0.55% 0.92% -
XYZ 41.96 28.79 18.97 -
YUV 144.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 234 105 113 0 0.55 0.52 0.08 356.28 0.75 0.66
Hex EA 69 71 0 37 34 8 164 4B 42
Octal 352 151 161 0 67 64 10 544 113 102
Binary 11101010 1101001 1110001 0 110111 110100 1000 101100100 1001011 1000010

Color Harmonies of #EA6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6971

Black with #EA6971

Text Example


Text Example

White with #EA6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6971; }

 p { color: rgb(234,105,113); }

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

background-color css

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

 a { background-color: rgb(234,105,113); }

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

border-color css

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

 span { border-color: rgb(234,105,113); }

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