Html Css Color HEX #EE6A75 Froly

📋 copy color: '#EE6A75'

red 238 ◦ green 106 ◦ blue 117

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

Shades of Froly #EE6A75

Tints of Froly #EE6A75

RGB

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

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

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

R = 51.63%
G = 22.99%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6A75 (or 0xEE6A75) is known color: Froly. HEX triplet: EE, 6A and 75. RGB value is (238,106,117). Sum of RGB (Red+Green+Blue) = 238+106+117=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A75 is #11958A. Grayscale: #929292. Windows color (decimal): -1152395 or 7695086. OLE color: 7695086.

HSL color Cylindrical-coordinate representation of color #EE6A75: hue angle of 355º 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 #EE6A75 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 106 117 -
CMYK 0 0.55 0.51 0.07
HSL 355º 0.8% 0.67% -
HSV(B) 355º 0.55% 0.93% -
XYZ 43.62 29.77 20.28 -
YUV 146.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 238 106 117 0 0.55 0.51 0.07 355 0.8 0.67
Hex EE 6A 75 0 37 33 7 163 50 43
Octal 356 152 165 0 67 63 7 543 120 103
Binary 11101110 1101010 1110101 0 110111 110011 111 101100011 1010000 1000011

Color Harmonies of #EE6A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A75

Black with #EE6A75

Text Example


Text Example

White with #EE6A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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