Html Css Color HEX #EB83C5 Tea Rose

📋 copy color: '#EB83C5'

red 235 ◦ green 131 ◦ blue 197

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

Shades of Tea Rose #EB83C5

Tints of Tea Rose #EB83C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 41.74%
G = 23.27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB83C5 (or 0xEB83C5) is known color: Tea Rose. HEX triplet: EB, 83 and C5. RGB value is (235,131,197). Sum of RGB (Red+Green+Blue) = 235+131+197=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83C5 is #147C3A. Grayscale: #A9A9A9. Windows color (decimal): -1342523 or 12944363. OLE color: 12944363.

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

Color convert

RGB 235 131 197 -
CMYK 0 0.44 0.16 0.08
HSL 321.92º 0.72% 0.72% -
HSV(B) 321.92º 0.44% 0.92% -
XYZ 52.46 37.93 57.38 -
YUV 169.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 235 131 197 0 0.44 0.16 0.08 321.92 0.72 0.72
Hex EB 83 C5 0 2C 10 8 142 48 48
Octal 353 203 305 0 54 20 10 502 110 110
Binary 11101011 10000011 11000101 0 101100 10000 1000 101000010 1001000 1001000

Color Harmonies of #EB83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83C5

Black with #EB83C5

Text Example


Text Example

White with #EB83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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