Html Css Color HEX #EE6A70 Froly

📋 copy color: '#EE6A70'

red 238 ◦ green 106 ◦ blue 112

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

Shades of Froly #EE6A70

Tints of Froly #EE6A70

RGB

 RED value IS 238 (93.36% from 255) = 52.19%

 GREEN value IS 106 (41.8% from 255) = 23.25%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 52.19%
G = 23.25%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE6A70 (or 0xEE6A70) is known color: Froly. HEX triplet: EE, 6A and 70. RGB value is (238,106,112). Sum of RGB (Red+Green+Blue) = 238+106+112=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A70 is #11958F. Grayscale: #929292. Windows color (decimal): -1152400 or 7367406. OLE color: 7367406.

HSL color Cylindrical-coordinate representation of color #EE6A70: hue angle of 357.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A70 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 106 112 -
CMYK 0 0.55 0.53 0.07
HSL 357.27º 0.8% 0.67% -
HSV(B) 357.27º 0.55% 0.93% -
XYZ 43.34 29.66 18.77 -
YUV 146.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 238 106 112 0 0.55 0.53 0.07 357.27 0.8 0.67
Hex EE 6A 70 0 37 35 7 165 50 43
Octal 356 152 160 0 67 65 7 545 120 103
Binary 11101110 1101010 1110000 0 110111 110101 111 101100101 1010000 1000011

Color Harmonies of #EE6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A70

Black with #EE6A70

Text Example


Text Example

White with #EE6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A70; }

 p { color: rgb(238,106,112); }

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

background-color css

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

 a { background-color: rgb(238,106,112); }

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

border-color css

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

 span { border-color: rgb(238,106,112); }

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