Html Css Color HEX #EA6675 Froly

📋 copy color: '#EA6675'

red 234 ◦ green 102 ◦ blue 117

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

Shades of Froly #EA6675

Tints of Froly #EA6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

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

R = 51.66%
G = 22.52%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA6675 (or 0xEA6675) is known color: Froly. HEX triplet: EA, 66 and 75. RGB value is (234,102,117). Sum of RGB (Red+Green+Blue) = 234+102+117=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6675 is #15998A. Grayscale: #8F8F8F. Windows color (decimal): -1415563 or 7694058. OLE color: 7694058.

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

Color convert

RGB 234 102 117 -
CMYK 0 0.56 0.5 0.08
HSL 353.18º 0.76% 0.66% -
HSV(B) 353.18º 0.56% 0.92% -
XYZ 41.89 28.28 20.08 -
YUV 143.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 234 102 117 0 0.56 0.5 0.08 353.18 0.76 0.66
Hex EA 66 75 0 38 32 8 161 4C 42
Octal 352 146 165 0 70 62 10 541 114 102
Binary 11101010 1100110 1110101 0 111000 110010 1000 101100001 1001100 1000010

Color Harmonies of #EA6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6675

Black with #EA6675

Text Example


Text Example

White with #EA6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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