Html Css Color HEX #EF8CBE Tea Rose

📋 copy color: '#EF8CBE'

red 239 ◦ green 140 ◦ blue 190

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

Shades of Tea Rose #EF8CBE

Tints of Tea Rose #EF8CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 42%
G = 24.6%
B = 33.39%

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

#EF8CBE (or 0xEF8CBE) is known color: Tea Rose. HEX triplet: EF, 8C and BE. RGB value is (239,140,190). Sum of RGB (Red+Green+Blue) = 239+140+190=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CBE is #107341. Grayscale: #AFAFAF. Windows color (decimal): -1078082 or 12487919. OLE color: 12487919.

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

Color convert

RGB 239 140 190 -
CMYK 0 0.41 0.21 0.06
HSL 329.7º 0.76% 0.74% -
HSV(B) 329.7º 0.41% 0.94% -
XYZ 54.27 40.82 53.73 -
YUV 175.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 239 140 190 0 0.41 0.21 0.06 329.7 0.76 0.74
Hex EF 8C BE 0 29 15 6 14A 4C 4A
Octal 357 214 276 0 51 25 6 512 114 112
Binary 11101111 10001100 10111110 0 101001 10101 110 101001010 1001100 1001010

Color Harmonies of #EF8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CBE

Black with #EF8CBE

Text Example


Text Example

White with #EF8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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