Html Css Color HEX #EB8BCE Tea Rose

📋 copy color: '#EB8BCE'

red 235 ◦ green 139 ◦ blue 206

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

Shades of Tea Rose #EB8BCE

Tints of Tea Rose #EB8BCE

RGB

 RED value IS 235 (92.19% from 255) = 40.52%

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 40.52%
G = 23.97%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB8BCE (or 0xEB8BCE) is known color: Tea Rose. HEX triplet: EB, 8B and CE. RGB value is (235,139,206). Sum of RGB (Red+Green+Blue) = 235+139+206=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BCE is #147431. Grayscale: #AFAFAF. Windows color (decimal): -1340466 or 13536235. OLE color: 13536235.

HSL color Cylindrical-coordinate representation of color #EB8BCE: hue angle of 318.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BCE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 139 206 -
CMYK 0 0.41 0.12 0.08
HSL 318.13º 0.71% 0.73% -
HSV(B) 318.13º 0.41% 0.92% -
XYZ 54.63 40.58 63.35 -
YUV 175.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 235 139 206 0 0.41 0.12 0.08 318.13 0.71 0.73
Hex EB 8B CE 0 29 C 8 13E 47 49
Octal 353 213 316 0 51 14 10 476 107 111
Binary 11101011 10001011 11001110 0 101001 1100 1000 100111110 1000111 1001001

Color Harmonies of #EB8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BCE

Black with #EB8BCE

Text Example


Text Example

White with #EB8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BCE; }

 p { color: rgb(235,139,206); }

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

background-color css

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

 a { background-color: rgb(235,139,206); }

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

border-color css

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

 span { border-color: rgb(235,139,206); }

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