Html Css Color HEX #EE7381 Froly

📋 copy color: '#EE7381'

red 238 ◦ green 115 ◦ blue 129

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

Shades of Froly #EE7381

Tints of Froly #EE7381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 49.38%
G = 23.86%
B = 26.76%

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

#EE7381 (or 0xEE7381) is known color: Froly. HEX triplet: EE, 73 and 81. RGB value is (238,115,129). Sum of RGB (Red+Green+Blue) = 238+115+129=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7381 is #118C7E. Grayscale: #999999. Windows color (decimal): -1150079 or 8483822. OLE color: 8483822.

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

Color convert

RGB 238 115 129 -
CMYK 0 0.52 0.46 0.07
HSL 353.17º 0.78% 0.69% -
HSV(B) 353.17º 0.52% 0.93% -
XYZ 45.35 32.02 24.56 -
YUV 153.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 238 115 129 0 0.52 0.46 0.07 353.17 0.78 0.69
Hex EE 73 81 0 34 2E 7 161 4E 45
Octal 356 163 201 0 64 56 7 541 116 105
Binary 11101110 1110011 10000001 0 110100 101110 111 101100001 1001110 1000101

Color Harmonies of #EE7381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7381

Black with #EE7381

Text Example


Text Example

White with #EE7381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7381; }

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

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

background-color css

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

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

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

border-color css

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

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

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