Html Css Color HEX #EB85CF Tea Rose

📋 copy color: '#EB85CF'

red 235 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #EB85CF

Tints of Tea Rose #EB85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 40.87%
G = 23.13%
B = 36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB85CF (or 0xEB85CF) is known color: Tea Rose. HEX triplet: EB, 85 and CF. RGB value is (235,133,207). Sum of RGB (Red+Green+Blue) = 235+133+207=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85CF is #147A30. Grayscale: #ABABAB. Windows color (decimal): -1342001 or 13600235. OLE color: 13600235.

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

Color convert

RGB 235 133 207 -
CMYK 0 0.43 0.12 0.08
HSL 316.47º 0.72% 0.72% -
HSV(B) 316.47º 0.43% 0.92% -
XYZ 53.91 38.94 63.71 -
YUV 171.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 235 133 207 0 0.43 0.12 0.08 316.47 0.72 0.72
Hex EB 85 CF 0 2B C 8 13C 48 48
Octal 353 205 317 0 53 14 10 474 110 110
Binary 11101011 10000101 11001111 0 101011 1100 1000 100111100 1001000 1001000

Color Harmonies of #EB85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85CF

Black with #EB85CF

Text Example


Text Example

White with #EB85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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