Html Css Color HEX #EB8BCC Tea Rose

📋 copy color: '#EB8BCC'

red 235 ◦ green 139 ◦ blue 204

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

Shades of Tea Rose #EB8BCC

Tints of Tea Rose #EB8BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 40.66%
G = 24.05%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB8BCC (or 0xEB8BCC) is known color: Tea Rose. HEX triplet: EB, 8B and CC. RGB value is (235,139,204). Sum of RGB (Red+Green+Blue) = 235+139+204=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BCC is #147433. Grayscale: #AEAEAE. Windows color (decimal): -1340468 or 13405163. OLE color: 13405163.

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

Color convert

RGB 235 139 204 -
CMYK 0 0.41 0.13 0.08
HSL 319.38º 0.71% 0.73% -
HSV(B) 319.38º 0.41% 0.92% -
XYZ 54.39 40.49 62.07 -
YUV 175.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 235 139 204 0 0.41 0.13 0.08 319.38 0.71 0.73
Hex EB 8B CC 0 29 D 8 13F 47 49
Octal 353 213 314 0 51 15 10 477 107 111
Binary 11101011 10001011 11001100 0 101001 1101 1000 100111111 1000111 1001001

Color Harmonies of #EB8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BCC

Black with #EB8BCC

Text Example


Text Example

White with #EB8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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