Html Css Color HEX #EB83C0 Tea Rose

📋 copy color: '#EB83C0'

red 235 ◦ green 131 ◦ blue 192

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

Shades of Tea Rose #EB83C0

Tints of Tea Rose #EB83C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.48%

 BLUE value IS 192 (75.39% from 255) = 34.41%

R = 42.11%
G = 23.48%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB83C0 (or 0xEB83C0) is known color: Tea Rose. HEX triplet: EB, 83 and C0. RGB value is (235,131,192). Sum of RGB (Red+Green+Blue) = 235+131+192=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83C0 is #147C3F. Grayscale: #A8A8A8. Windows color (decimal): -1342528 or 12616683. OLE color: 12616683.

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

Color convert

RGB 235 131 192 -
CMYK 0 0.44 0.18 0.08
HSL 324.81º 0.72% 0.72% -
HSV(B) 324.81º 0.44% 0.92% -
XYZ 51.89 37.7 54.41 -
YUV 169.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 235 131 192 0 0.44 0.18 0.08 324.81 0.72 0.72
Hex EB 83 C0 0 2C 12 8 145 48 48
Octal 353 203 300 0 54 22 10 505 110 110
Binary 11101011 10000011 11000000 0 101100 10010 1000 101000101 1001000 1001000

Color Harmonies of #EB83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83C0

Black with #EB83C0

Text Example


Text Example

White with #EB83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83C0; }

 p { color: rgb(235,131,192); }

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

background-color css

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

 a { background-color: rgb(235,131,192); }

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

border-color css

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

 span { border-color: rgb(235,131,192); }

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