Html Css Color HEX #EE7280 Froly

📋 copy color: '#EE7280'

red 238 ◦ green 114 ◦ blue 128

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

Shades of Froly #EE7280

Tints of Froly #EE7280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 49.58%
G = 23.75%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE7280 (or 0xEE7280) is known color: Froly. HEX triplet: EE, 72 and 80. RGB value is (238,114,128). Sum of RGB (Red+Green+Blue) = 238+114+128=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7280 is #118D7F. Grayscale: #989898. Windows color (decimal): -1150336 or 8418030. OLE color: 8418030.

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

Color convert

RGB 238 114 128 -
CMYK 0 0.52 0.46 0.07
HSL 353.23º 0.78% 0.69% -
HSV(B) 353.23º 0.52% 0.93% -
XYZ 45.17 31.77 24.17 -
YUV 152.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 238 114 128 0 0.52 0.46 0.07 353.23 0.78 0.69
Hex EE 72 80 0 34 2E 7 161 4E 45
Octal 356 162 200 0 64 56 7 541 116 105
Binary 11101110 1110010 10000000 0 110100 101110 111 101100001 1001110 1000101

Color Harmonies of #EE7280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7280

Black with #EE7280

Text Example


Text Example

White with #EE7280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7280; }

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

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

background-color css

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

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

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

border-color css

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

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

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