Html Css Color HEX #EA7175 Froly

📋 copy color: '#EA7175'

red 234 ◦ green 113 ◦ blue 117

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

Shades of Froly #EA7175

Tints of Froly #EA7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 50.43%
G = 24.35%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA7175 (or 0xEA7175) is known color: Froly. HEX triplet: EA, 71 and 75. RGB value is (234,113,117). Sum of RGB (Red+Green+Blue) = 234+113+117=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7175 is #158E8A. Grayscale: #959595. Windows color (decimal): -1412747 or 7696874. OLE color: 7696874.

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

Color convert

RGB 234 113 117 -
CMYK 0 0.52 0.5 0.08
HSL 358.02º 0.74% 0.68% -
HSV(B) 358.02º 0.52% 0.92% -
XYZ 43.05 30.59 20.46 -
YUV 149.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 234 113 117 0 0.52 0.5 0.08 358.02 0.74 0.68
Hex EA 71 75 0 34 32 8 166 4A 44
Octal 352 161 165 0 64 62 10 546 112 104
Binary 11101010 1110001 1110101 0 110100 110010 1000 101100110 1001010 1000100

Color Harmonies of #EA7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7175

Black with #EA7175

Text Example


Text Example

White with #EA7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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