Html Css Color HEX #EA6E7E Froly

📋 copy color: '#EA6E7E'

red 234 ◦ green 110 ◦ blue 126

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

Shades of Froly #EA6E7E

Tints of Froly #EA6E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 49.79%
G = 23.4%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA6E7E (or 0xEA6E7E) is known color: Froly. HEX triplet: EA, 6E and 7E. RGB value is (234,110,126). Sum of RGB (Red+Green+Blue) = 234+110+126=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E7E is #159181. Grayscale: #949494. Windows color (decimal): -1413506 or 8285930. OLE color: 8285930.

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

Color convert

RGB 234 110 126 -
CMYK 0 0.53 0.46 0.08
HSL 352.26º 0.75% 0.67% -
HSV(B) 352.26º 0.53% 0.92% -
XYZ 43.27 30.15 23.28 -
YUV 148.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 234 110 126 0 0.53 0.46 0.08 352.26 0.75 0.67
Hex EA 6E 7E 0 35 2E 8 160 4B 43
Octal 352 156 176 0 65 56 10 540 113 103
Binary 11101010 1101110 1111110 0 110101 101110 1000 101100000 1001011 1000011

Color Harmonies of #EA6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E7E

Black with #EA6E7E

Text Example


Text Example

White with #EA6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E7E; }

 p { color: rgb(234,110,126); }

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

background-color css

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

 a { background-color: rgb(234,110,126); }

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

border-color css

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

 span { border-color: rgb(234,110,126); }

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