Html Css Color HEX #EF8BCA Tea Rose

📋 copy color: '#EF8BCA'

red 239 ◦ green 139 ◦ blue 202

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

Shades of Tea Rose #EF8BCA

Tints of Tea Rose #EF8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.97%

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 41.21%
G = 23.97%
B = 34.83%

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

#EF8BCA (or 0xEF8BCA) is known color: Tea Rose. HEX triplet: EF, 8B and CA. RGB value is (239,139,202). Sum of RGB (Red+Green+Blue) = 239+139+202=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BCA is #107435. Grayscale: #AFAFAF. Windows color (decimal): -1078326 or 13274095. OLE color: 13274095.

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

Color convert

RGB 239 139 202 -
CMYK 0 0.42 0.15 0.06
HSL 322.2º 0.76% 0.74% -
HSV(B) 322.2º 0.42% 0.94% -
XYZ 55.49 41.08 60.88 -
YUV 176.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 239 139 202 0 0.42 0.15 0.06 322.2 0.76 0.74
Hex EF 8B CA 0 2A F 6 142 4C 4A
Octal 357 213 312 0 52 17 6 502 114 112
Binary 11101111 10001011 11001010 0 101010 1111 110 101000010 1001100 1001010

Color Harmonies of #EF8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BCA

Black with #EF8BCA

Text Example


Text Example

White with #EF8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BCA; }

 p { color: rgb(239,139,202); }

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

background-color css

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

 a { background-color: rgb(239,139,202); }

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

border-color css

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

 span { border-color: rgb(239,139,202); }

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