Html Css Color HEX #EB85C6 Tea Rose

📋 copy color: '#EB85C6'

red 235 ◦ green 133 ◦ blue 198

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

Shades of Tea Rose #EB85C6

Tints of Tea Rose #EB85C6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.5%

 BLUE value IS 198 (77.73% from 255) = 34.98%

R = 41.52%
G = 23.5%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB85C6 (or 0xEB85C6) is known color: Tea Rose. HEX triplet: EB, 85 and C6. RGB value is (235,133,198). Sum of RGB (Red+Green+Blue) = 235+133+198=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C6 is #147A39. Grayscale: #AAAAAA. Windows color (decimal): -1342010 or 13010411. OLE color: 13010411.

HSL color Cylindrical-coordinate representation of color #EB85C6: hue angle of 321.76º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85C6 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 133 198 -
CMYK 0 0.43 0.16 0.08
HSL 321.76º 0.72% 0.72% -
HSV(B) 321.76º 0.43% 0.92% -
XYZ 52.84 38.51 58.08 -
YUV 170.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 235 133 198 0 0.43 0.16 0.08 321.76 0.72 0.72
Hex EB 85 C6 0 2B 10 8 142 48 48
Octal 353 205 306 0 53 20 10 502 110 110
Binary 11101011 10000101 11000110 0 101011 10000 1000 101000010 1001000 1001000

Color Harmonies of #EB85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85C6

Black with #EB85C6

Text Example


Text Example

White with #EB85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85C6; }

 p { color: rgb(235,133,198); }

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

background-color css

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

 a { background-color: rgb(235,133,198); }

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

border-color css

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

 span { border-color: rgb(235,133,198); }

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