Html Css Color HEX #EE7378 Froly

📋 copy color: '#EE7378'

red 238 ◦ green 115 ◦ blue 120

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

Shades of Froly #EE7378

Tints of Froly #EE7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.31%

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

R = 50.32%
G = 24.31%
B = 25.37%

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

#EE7378 (or 0xEE7378) is known color: Froly. HEX triplet: EE, 73 and 78. RGB value is (238,115,120). Sum of RGB (Red+Green+Blue) = 238+115+120=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7378 is #118C87. Grayscale: #989898. Windows color (decimal): -1150088 or 7893998. OLE color: 7893998.

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

Color convert

RGB 238 115 120 -
CMYK 0 0.52 0.50 0.07
HSL 357.56º 0.78% 0.69% -
HSV(B) 357.56º 0.52% 0.93% -
XYZ 44.78 31.79 21.55 -
YUV 152.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 238 115 120 0 0.52 0.50 0.07 357.56 0.78 0.69
Hex EE 73 78 0 34 32 7 166 4E 45
Octal 356 163 170 0 64 62 7 546 116 105
Binary 11101110 1110011 1111000 0 110100 110010 111 101100110 1001110 1000101

Color Harmonies of #EE7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7378

Black with #EE7378

Text Example


Text Example

White with #EE7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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