Html Css Color HEX #EF8DCA Tea Rose

📋 copy color: '#EF8DCA'

red 239 ◦ green 141 ◦ blue 202

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

Shades of Tea Rose #EF8DCA

Tints of Tea Rose #EF8DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 41.07%
G = 24.23%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF8DCA (or 0xEF8DCA) is known color: Tea Rose. HEX triplet: EF, 8D and CA. RGB value is (239,141,202). Sum of RGB (Red+Green+Blue) = 239+141+202=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DCA is #107235. Grayscale: #B1B1B1. Windows color (decimal): -1077814 or 13274607. OLE color: 13274607.

HSL color Cylindrical-coordinate representation of color #EF8DCA: hue angle of 322.65º 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 #EF8DCA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 202 -
CMYK 0 0.41 0.15 0.06
HSL 322.65º 0.75% 0.75% -
HSV(B) 322.65º 0.41% 0.94% -
XYZ 55.78 41.66 60.98 -
YUV 177.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 239 141 202 0 0.41 0.15 0.06 322.65 0.75 0.75
Hex EF 8D CA 0 29 F 6 143 4B 4B
Octal 357 215 312 0 51 17 6 503 113 113
Binary 11101111 10001101 11001010 0 101001 1111 110 101000011 1001011 1001011

Color Harmonies of #EF8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DCA

Black with #EF8DCA

Text Example


Text Example

White with #EF8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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