Html Css Color HEX #EE6A7D Froly

📋 copy color: '#EE6A7D'

red 238 ◦ green 106 ◦ blue 125

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

Shades of Froly #EE6A7D

Tints of Froly #EE6A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 50.75%
G = 22.6%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE6A7D (or 0xEE6A7D) is known color: Froly. HEX triplet: EE, 6A and 7D. RGB value is (238,106,125). Sum of RGB (Red+Green+Blue) = 238+106+125=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A7D is #119582. Grayscale: #939393. Windows color (decimal): -1152387 or 8219374. OLE color: 8219374.

HSL color Cylindrical-coordinate representation of color #EE6A7D: hue angle of 351.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A7D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 106 125 -
CMYK 0 0.55 0.47 0.07
HSL 351.36º 0.8% 0.67% -
HSV(B) 351.36º 0.55% 0.93% -
XYZ 44.12 29.97 22.86 -
YUV 147.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 238 106 125 0 0.55 0.47 0.07 351.36 0.8 0.67
Hex EE 6A 7D 0 37 2F 7 15F 50 43
Octal 356 152 175 0 67 57 7 537 120 103
Binary 11101110 1101010 1111101 0 110111 101111 111 101011111 1010000 1000011

Color Harmonies of #EE6A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A7D

Black with #EE6A7D

Text Example


Text Example

White with #EE6A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A7D; }

 p { color: rgb(238,106,125); }

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

background-color css

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

 a { background-color: rgb(238,106,125); }

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

border-color css

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

 span { border-color: rgb(238,106,125); }

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