Html Css Color HEX #EF8DC7 Tea Rose

📋 copy color: '#EF8DC7'

red 239 ◦ green 141 ◦ blue 199

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

Shades of Tea Rose #EF8DC7

Tints of Tea Rose #EF8DC7

RGB

 RED value IS 239 (93.75% from 255) = 41.28%

 GREEN value IS 141 (55.47% from 255) = 24.35%

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 41.28%
G = 24.35%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF8DC7 (or 0xEF8DC7) is known color: Tea Rose. HEX triplet: EF, 8D and C7. RGB value is (239,141,199). Sum of RGB (Red+Green+Blue) = 239+141+199=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DC7 is #107238. Grayscale: #B0B0B0. Windows color (decimal): -1077817 or 13077999. OLE color: 13077999.

HSL color Cylindrical-coordinate representation of color #EF8DC7: hue angle of 324.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DC7 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 199 -
CMYK 0 0.41 0.17 0.06
HSL 324.49º 0.75% 0.75% -
HSV(B) 324.49º 0.41% 0.94% -
XYZ 55.43 41.52 59.13 -
YUV 176.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 239 141 199 0 0.41 0.17 0.06 324.49 0.75 0.75
Hex EF 8D C7 0 29 11 6 144 4B 4B
Octal 357 215 307 0 51 21 6 504 113 113
Binary 11101111 10001101 11000111 0 101001 10001 110 101000100 1001011 1001011

Color Harmonies of #EF8DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DC7

Black with #EF8DC7

Text Example


Text Example

White with #EF8DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DC7; }

 p { color: rgb(239,141,199); }

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

background-color css

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

 a { background-color: rgb(239,141,199); }

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

border-color css

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

 span { border-color: rgb(239,141,199); }

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