Html Css Color HEX #EB85C7 Tea Rose

📋 copy color: '#EB85C7'

red 235 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #EB85C7

Tints of Tea Rose #EB85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 41.45%
G = 23.46%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB85C7 (or 0xEB85C7) is known color: Tea Rose. HEX triplet: EB, 85 and C7. RGB value is (235,133,199). Sum of RGB (Red+Green+Blue) = 235+133+199=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C7 is #147A38. Grayscale: #AAAAAA. Windows color (decimal): -1342009 or 13075947. OLE color: 13075947.

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

Color convert

RGB 235 133 199 -
CMYK 0 0.43 0.15 0.08
HSL 321.18º 0.72% 0.72% -
HSV(B) 321.18º 0.43% 0.92% -
XYZ 52.96 38.56 58.68 -
YUV 171.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 235 133 199 0 0.43 0.15 0.08 321.18 0.72 0.72
Hex EB 85 C7 0 2B F 8 141 48 48
Octal 353 205 307 0 53 17 10 501 110 110
Binary 11101011 10000101 11000111 0 101011 1111 1000 101000001 1001000 1001000

Color Harmonies of #EB85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85C7

Black with #EB85C7

Text Example


Text Example

White with #EB85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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