Html Css Color HEX #EA6468 Froly

📋 copy color: '#EA6468'

red 234 ◦ green 100 ◦ blue 104

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

Shades of Froly #EA6468

Tints of Froly #EA6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 53.42%
G = 22.83%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA6468 (or 0xEA6468) is known color: Froly. HEX triplet: EA, 64 and 68. RGB value is (234,100,104). Sum of RGB (Red+Green+Blue) = 234+100+104=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6468 is #159B97. Grayscale: #8C8C8C. Windows color (decimal): -1416088 or 6841578. OLE color: 6841578.

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

Color convert

RGB 234 100 104 -
CMYK 0 0.57 0.56 0.08
HSL 358.21º 0.76% 0.65% -
HSV(B) 358.21º 0.57% 0.92% -
XYZ 40.99 27.61 16.26 -
YUV 140.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 234 100 104 0 0.57 0.56 0.08 358.21 0.76 0.65
Hex EA 64 68 0 39 38 8 166 4C 41
Octal 352 144 150 0 71 70 10 546 114 101
Binary 11101010 1100100 1101000 0 111001 111000 1000 101100110 1001100 1000001

Color Harmonies of #EA6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6468

Black with #EA6468

Text Example


Text Example

White with #EA6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6468; }

 p { color: rgb(234,100,104); }

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

background-color css

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

 a { background-color: rgb(234,100,104); }

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

border-color css

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

 span { border-color: rgb(234,100,104); }

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