Html Css Color HEX #EF8CBD Tea Rose

📋 copy color: '#EF8CBD'

red 239 ◦ green 140 ◦ blue 189

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

Shades of Tea Rose #EF8CBD

Tints of Tea Rose #EF8CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.65%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 42.08%
G = 24.65%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF8CBD (or 0xEF8CBD) is known color: Tea Rose. HEX triplet: EF, 8C and BD. RGB value is (239,140,189). Sum of RGB (Red+Green+Blue) = 239+140+189=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CBD is #107342. Grayscale: #AFAFAF. Windows color (decimal): -1078083 or 12422383. OLE color: 12422383.

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

Color convert

RGB 239 140 189 -
CMYK 0 0.41 0.21 0.06
HSL 330.3º 0.76% 0.74% -
HSV(B) 330.3º 0.41% 0.94% -
XYZ 54.16 40.78 53.16 -
YUV 175.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 239 140 189 0 0.41 0.21 0.06 330.3 0.76 0.74
Hex EF 8C BD 0 29 15 6 14A 4C 4A
Octal 357 214 275 0 51 25 6 512 114 112
Binary 11101111 10001100 10111101 0 101001 10101 110 101001010 1001100 1001010

Color Harmonies of #EF8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CBD

Black with #EF8CBD

Text Example


Text Example

White with #EF8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CBD; }

 p { color: rgb(239,140,189); }

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

background-color css

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

 a { background-color: rgb(239,140,189); }

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

border-color css

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

 span { border-color: rgb(239,140,189); }

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