Html Css Color HEX #EE727D Froly

📋 copy color: '#EE727D'

red 238 ◦ green 114 ◦ blue 125

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

Shades of Froly #EE727D

Tints of Froly #EE727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 49.9%
G = 23.9%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE727D (or 0xEE727D) is known color: Froly. HEX triplet: EE, 72 and 7D. RGB value is (238,114,125). Sum of RGB (Red+Green+Blue) = 238+114+125=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE727D is #118D82. Grayscale: #989898. Windows color (decimal): -1150339 or 8221422. OLE color: 8221422.

HSL color Cylindrical-coordinate representation of color #EE727D: hue angle of 354.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE727D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 125 -
CMYK 0 0.52 0.47 0.07
HSL 354.68º 0.78% 0.69% -
HSV(B) 354.68º 0.52% 0.93% -
XYZ 44.98 31.69 23.15 -
YUV 152.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 238 114 125 0 0.52 0.47 0.07 354.68 0.78 0.69
Hex EE 72 7D 0 34 2F 7 163 4E 45
Octal 356 162 175 0 64 57 7 543 116 105
Binary 11101110 1110010 1111101 0 110100 101111 111 101100011 1001110 1000101

Color Harmonies of #EE727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE727D

Black with #EE727D

Text Example


Text Example

White with #EE727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE727D; }

 p { color: rgb(238,114,125); }

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

background-color css

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

 a { background-color: rgb(238,114,125); }

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

border-color css

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

 span { border-color: rgb(238,114,125); }

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