Html Css Color HEX #EA6375 Froly

📋 copy color: '#EA6375'

red 234 ◦ green 99 ◦ blue 117

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

Shades of Froly #EA6375

Tints of Froly #EA6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

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

R = 52%
G = 22%
B = 26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA6375 (or 0xEA6375) is known color: Froly. HEX triplet: EA, 63 and 75. RGB value is (234,99,117). Sum of RGB (Red+Green+Blue) = 234+99+117=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6375 is #159C8A. Grayscale: #8D8D8D. Windows color (decimal): -1416331 or 7693290. OLE color: 7693290.

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

Color convert

RGB 234 99 117 -
CMYK 0 0.58 0.5 0.08
HSL 352º 0.76% 0.65% -
HSV(B) 352º 0.58% 0.92% -
XYZ 41.6 27.7 19.98 -
YUV 141.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 234 99 117 0 0.58 0.5 0.08 352 0.76 0.65
Hex EA 63 75 0 3A 32 8 160 4C 41
Octal 352 143 165 0 72 62 10 540 114 101
Binary 11101010 1100011 1110101 0 111010 110010 1000 101100000 1001100 1000001

Color Harmonies of #EA6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6375

Black with #EA6375

Text Example


Text Example

White with #EA6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6375; }

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

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

background-color css

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

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

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

border-color css

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

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

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