Html Css Color HEX #EF8CBC Tea Rose

📋 copy color: '#EF8CBC'

red 239 ◦ green 140 ◦ blue 188

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

Shades of Tea Rose #EF8CBC

Tints of Tea Rose #EF8CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 42.15%
G = 24.69%
B = 33.16%

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

#EF8CBC (or 0xEF8CBC) is known color: Tea Rose. HEX triplet: EF, 8C and BC. RGB value is (239,140,188). Sum of RGB (Red+Green+Blue) = 239+140+188=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CBC is #107343. Grayscale: #AEAEAE. Windows color (decimal): -1078084 or 12356847. OLE color: 12356847.

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

Color convert

RGB 239 140 188 -
CMYK 0 0.41 0.21 0.06
HSL 330.91º 0.76% 0.74% -
HSV(B) 330.91º 0.41% 0.94% -
XYZ 54.05 40.74 52.59 -
YUV 175.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 239 140 188 0 0.41 0.21 0.06 330.91 0.76 0.74
Hex EF 8C BC 0 29 15 6 14B 4C 4A
Octal 357 214 274 0 51 25 6 513 114 112
Binary 11101111 10001100 10111100 0 101001 10101 110 101001011 1001100 1001010

Color Harmonies of #EF8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CBC

Black with #EF8CBC

Text Example


Text Example

White with #EF8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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