Html Css Color HEX #EE727B Froly

📋 copy color: '#EE727B'

red 238 ◦ green 114 ◦ blue 123

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

Shades of Froly #EE727B

Tints of Froly #EE727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 50.11%
G = 24%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE727B (or 0xEE727B) is known color: Froly. HEX triplet: EE, 72 and 7B. RGB value is (238,114,123). Sum of RGB (Red+Green+Blue) = 238+114+123=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE727B is #118D84. Grayscale: #989898. Windows color (decimal): -1150341 or 8090350. OLE color: 8090350.

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

Color convert

RGB 238 114 123 -
CMYK 0 0.52 0.48 0.07
HSL 355.65º 0.78% 0.69% -
HSV(B) 355.65º 0.52% 0.93% -
XYZ 44.85 31.64 22.48 -
YUV 152.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 238 114 123 0 0.52 0.48 0.07 355.65 0.78 0.69
Hex EE 72 7B 0 34 30 7 164 4E 45
Octal 356 162 173 0 64 60 7 544 116 105
Binary 11101110 1110010 1111011 0 110100 110000 111 101100100 1001110 1000101

Color Harmonies of #EE727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE727B

Black with #EE727B

Text Example


Text Example

White with #EE727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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