Html Css Color HEX #EA696D Froly

📋 copy color: '#EA696D'

red 234 ◦ green 105 ◦ blue 109

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

Shades of Froly #EA696D

Tints of Froly #EA696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 52.23%
G = 23.44%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA696D (or 0xEA696D) is known color: Froly. HEX triplet: EA, 69 and 6D. RGB value is (234,105,109). Sum of RGB (Red+Green+Blue) = 234+105+109=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA696D is #159692. Grayscale: #909090. Windows color (decimal): -1414803 or 7170538. OLE color: 7170538.

HSL color Cylindrical-coordinate representation of color #EA696D: hue angle of 358.14º 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 #EA696D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 105 109 -
CMYK 0 0.55 0.53 0.08
HSL 358.14º 0.75% 0.66% -
HSV(B) 358.14º 0.55% 0.92% -
XYZ 41.74 28.7 17.81 -
YUV 144.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 234 105 109 0 0.55 0.53 0.08 358.14 0.75 0.66
Hex EA 69 6D 0 37 35 8 166 4B 42
Octal 352 151 155 0 67 65 10 546 113 102
Binary 11101010 1101001 1101101 0 110111 110101 1000 101100110 1001011 1000010

Color Harmonies of #EA696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA696D

Black with #EA696D

Text Example


Text Example

White with #EA696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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