Html Css Color HEX #EA6A71 Froly

📋 copy color: '#EA6A71'

red 234 ◦ green 106 ◦ blue 113

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

Shades of Froly #EA6A71

Tints of Froly #EA6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.4%

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

R = 51.66%
G = 23.4%
B = 24.94%

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

#EA6A71 (or 0xEA6A71) is known color: Froly. HEX triplet: EA, 6A and 71. RGB value is (234,106,113). Sum of RGB (Red+Green+Blue) = 234+106+113=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A71 is #15958E. Grayscale: #919191. Windows color (decimal): -1414543 or 7432938. OLE color: 7432938.

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

Color convert

RGB 234 106 113 -
CMYK 0 0.55 0.52 0.08
HSL 356.72º 0.75% 0.67% -
HSV(B) 356.72º 0.55% 0.92% -
XYZ 42.07 28.99 19 -
YUV 145.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 234 106 113 0 0.55 0.52 0.08 356.72 0.75 0.67
Hex EA 6A 71 0 37 34 8 165 4B 43
Octal 352 152 161 0 67 64 10 545 113 103
Binary 11101010 1101010 1110001 0 110111 110100 1000 101100101 1001011 1000011

Color Harmonies of #EA6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6A71

Black with #EA6A71

Text Example


Text Example

White with #EA6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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