Html Css Color HEX #EF8ACB Tea Rose

📋 copy color: '#EF8ACB'

red 239 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #EF8ACB

Tints of Tea Rose #EF8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.79%

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

R = 41.21%
G = 23.79%
B = 35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF8ACB (or 0xEF8ACB) is known color: Tea Rose. HEX triplet: EF, 8A and CB. RGB value is (239,138,203). Sum of RGB (Red+Green+Blue) = 239+138+203=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ACB is #107534. Grayscale: #AFAFAF. Windows color (decimal): -1078581 or 13339375. OLE color: 13339375.

HSL color Cylindrical-coordinate representation of color #EF8ACB: hue angle of 321.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ACB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 203 -
CMYK 0 0.42 0.15 0.06
HSL 321.39º 0.76% 0.74% -
HSV(B) 321.39º 0.42% 0.94% -
XYZ 55.46 40.84 61.46 -
YUV 175.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 239 138 203 0 0.42 0.15 0.06 321.39 0.76 0.74
Hex EF 8A CB 0 2A F 6 141 4C 4A
Octal 357 212 313 0 52 17 6 501 114 112
Binary 11101111 10001010 11001011 0 101010 1111 110 101000001 1001100 1001010

Color Harmonies of #EF8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8ACB

Black with #EF8ACB

Text Example


Text Example

White with #EF8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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