Html Css Color HEX #EE6975 Froly

📋 copy color: '#EE6975'

red 238 ◦ green 105 ◦ blue 117

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

Shades of Froly #EE6975

Tints of Froly #EE6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

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

R = 51.74%
G = 22.83%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6975 (or 0xEE6975) is known color: Froly. HEX triplet: EE, 69 and 75. RGB value is (238,105,117). Sum of RGB (Red+Green+Blue) = 238+105+117=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6975 is #11968A. Grayscale: #929292. Windows color (decimal): -1152651 or 7694830. OLE color: 7694830.

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

Color convert

RGB 238 105 117 -
CMYK 0 0.56 0.51 0.07
HSL 354.59º 0.8% 0.67% -
HSV(B) 354.59º 0.56% 0.93% -
XYZ 43.52 29.56 20.24 -
YUV 146.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 238 105 117 0 0.56 0.51 0.07 354.59 0.8 0.67
Hex EE 69 75 0 38 33 7 163 50 43
Octal 356 151 165 0 70 63 7 543 120 103
Binary 11101110 1101001 1110101 0 111000 110011 111 101100011 1010000 1000011

Color Harmonies of #EE6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6975

Black with #EE6975

Text Example


Text Example

White with #EE6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6975; }

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

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

background-color css

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

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

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

border-color css

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

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

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