Html Css Color HEX #EE7278 Froly

📋 copy color: '#EE7278'

red 238 ◦ green 114 ◦ blue 120

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

Shades of Froly #EE7278

Tints of Froly #EE7278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 50.42%
G = 24.15%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE7278 (or 0xEE7278) is known color: Froly. HEX triplet: EE, 72 and 78. RGB value is (238,114,120). Sum of RGB (Red+Green+Blue) = 238+114+120=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7278 is #118D87. Grayscale: #979797. Windows color (decimal): -1150344 or 7893742. OLE color: 7893742.

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

Color convert

RGB 238 114 120 -
CMYK 0 0.52 0.50 0.07
HSL 357.1º 0.78% 0.69% -
HSV(B) 357.1º 0.52% 0.93% -
XYZ 44.67 31.57 21.51 -
YUV 151.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 238 114 120 0 0.52 0.50 0.07 357.1 0.78 0.69
Hex EE 72 78 0 34 32 7 165 4E 45
Octal 356 162 170 0 64 62 7 545 116 105
Binary 11101110 1110010 1111000 0 110100 110010 111 101100101 1001110 1000101

Color Harmonies of #EE7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7278

Black with #EE7278

Text Example


Text Example

White with #EE7278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7278; }

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

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

background-color css

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

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

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

border-color css

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

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

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