Html Css Color HEX #EF8DCB Tea Rose

📋 copy color: '#EF8DCB'

red 239 ◦ green 141 ◦ blue 203

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

Shades of Tea Rose #EF8DCB

Tints of Tea Rose #EF8DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 40.99%
G = 24.19%
B = 34.82%

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

#EF8DCB (or 0xEF8DCB) is known color: Tea Rose. HEX triplet: EF, 8D and CB. RGB value is (239,141,203). Sum of RGB (Red+Green+Blue) = 239+141+203=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DCB is #107234. Grayscale: #B1B1B1. Windows color (decimal): -1077813 or 13340143. OLE color: 13340143.

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

Color convert

RGB 239 141 203 -
CMYK 0 0.41 0.15 0.06
HSL 322.04º 0.75% 0.75% -
HSV(B) 322.04º 0.41% 0.94% -
XYZ 55.9 41.71 61.6 -
YUV 177.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 239 141 203 0 0.41 0.15 0.06 322.04 0.75 0.75
Hex EF 8D CB 0 29 F 6 142 4B 4B
Octal 357 215 313 0 51 17 6 502 113 113
Binary 11101111 10001101 11001011 0 101001 1111 110 101000010 1001011 1001011

Color Harmonies of #EF8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DCB

Black with #EF8DCB

Text Example


Text Example

White with #EF8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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