Html Css Color HEX #EF8FC7 Tea Rose

📋 copy color: '#EF8FC7'

red 239 ◦ green 143 ◦ blue 199

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

Shades of Tea Rose #EF8FC7

Tints of Tea Rose #EF8FC7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

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

R = 41.14%
G = 24.61%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF8FC7 (or 0xEF8FC7) is known color: Tea Rose. HEX triplet: EF, 8F and C7. RGB value is (239,143,199). Sum of RGB (Red+Green+Blue) = 239+143+199=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC7 is #107038. Grayscale: #B1B1B1. Windows color (decimal): -1077305 or 13078511. OLE color: 13078511.

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

Color convert

RGB 239 143 199 -
CMYK 0 0.40 0.17 0.06
HSL 325º 0.75% 0.75% -
HSV(B) 325º 0.4% 0.94% -
XYZ 55.73 42.12 59.23 -
YUV 178.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 239 143 199 0 0.40 0.17 0.06 325 0.75 0.75
Hex EF 8F C7 0 28 11 6 145 4B 4B
Octal 357 217 307 0 50 21 6 505 113 113
Binary 11101111 10001111 11000111 0 101000 10001 110 101000101 1001011 1001011

Color Harmonies of #EF8FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FC7

Black with #EF8FC7

Text Example


Text Example

White with #EF8FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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