Html Css Color HEX #EB83C2 Tea Rose

📋 copy color: '#EB83C2'

red 235 ◦ green 131 ◦ blue 194

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

Shades of Tea Rose #EB83C2

Tints of Tea Rose #EB83C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 41.96%
G = 23.39%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB83C2 (or 0xEB83C2) is known color: Tea Rose. HEX triplet: EB, 83 and C2. RGB value is (235,131,194). Sum of RGB (Red+Green+Blue) = 235+131+194=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83C2 is #147C3D. Grayscale: #A9A9A9. Windows color (decimal): -1342526 or 12747755. OLE color: 12747755.

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

Color convert

RGB 235 131 194 -
CMYK 0 0.44 0.17 0.08
HSL 323.65º 0.72% 0.72% -
HSV(B) 323.65º 0.44% 0.92% -
XYZ 52.11 37.79 55.59 -
YUV 169.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 235 131 194 0 0.44 0.17 0.08 323.65 0.72 0.72
Hex EB 83 C2 0 2C 11 8 144 48 48
Octal 353 203 302 0 54 21 10 504 110 110
Binary 11101011 10000011 11000010 0 101100 10001 1000 101000100 1001000 1001000

Color Harmonies of #EB83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83C2

Black with #EB83C2

Text Example


Text Example

White with #EB83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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