Html Css Color HEX #EE767A Froly

📋 copy color: '#EE767A'

red 238 ◦ green 118 ◦ blue 122

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

Shades of Froly #EE767A

Tints of Froly #EE767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 49.79%
G = 24.69%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE767A (or 0xEE767A) is known color: Froly. HEX triplet: EE, 76 and 7A. RGB value is (238,118,122). Sum of RGB (Red+Green+Blue) = 238+118+122=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE767A is #118985. Grayscale: #9A9A9A. Windows color (decimal): -1149318 or 8025838. OLE color: 8025838.

HSL color Cylindrical-coordinate representation of color #EE767A: hue angle of 358º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE767A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 122 -
CMYK 0 0.50 0.49 0.07
HSL 358º 0.78% 0.7% -
HSV(B) 358º 0.5% 0.93% -
XYZ 45.25 32.54 22.31 -
YUV 154.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 238 118 122 0 0.50 0.49 0.07 358 0.78 0.7
Hex EE 76 7A 0 32 31 7 166 4E 46
Octal 356 166 172 0 62 61 7 546 116 106
Binary 11101110 1110110 1111010 0 110010 110001 111 101100110 1001110 1000110

Color Harmonies of #EE767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE767A

Black with #EE767A

Text Example


Text Example

White with #EE767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE767A; }

 p { color: rgb(238,118,122); }

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

background-color css

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

 a { background-color: rgb(238,118,122); }

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

border-color css

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

 span { border-color: rgb(238,118,122); }

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