Html Css Color HEX #EB8ACF Tea Rose

📋 copy color: '#EB8ACF'

red 235 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #EB8ACF

Tints of Tea Rose #EB8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.79%

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

R = 40.52%
G = 23.79%
B = 35.69%

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

#EB8ACF (or 0xEB8ACF) is known color: Tea Rose. HEX triplet: EB, 8A and CF. RGB value is (235,138,207). Sum of RGB (Red+Green+Blue) = 235+138+207=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ACF is #147530. Grayscale: #AEAEAE. Windows color (decimal): -1340721 or 13601515. OLE color: 13601515.

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

Color convert

RGB 235 138 207 -
CMYK 0 0.41 0.12 0.08
HSL 317.32º 0.71% 0.73% -
HSV(B) 317.32º 0.41% 0.92% -
XYZ 54.61 40.34 63.94 -
YUV 174.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 235 138 207 0 0.41 0.12 0.08 317.32 0.71 0.73
Hex EB 8A CF 0 29 C 8 13D 47 49
Octal 353 212 317 0 51 14 10 475 107 111
Binary 11101011 10001010 11001111 0 101001 1100 1000 100111101 1000111 1001001

Color Harmonies of #EB8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ACF

Black with #EB8ACF

Text Example


Text Example

White with #EB8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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