Html Css Color HEX #E982CB Tea Rose

📋 copy color: '#E982CB'

red 233 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #E982CB

Tints of Tea Rose #E982CB

RGB

 RED value IS 233 (91.41% from 255) = 41.17%

 GREEN value IS 130 (51.17% from 255) = 22.97%

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 41.17%
G = 22.97%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E982CB (or 0xE982CB) is known color: Tea Rose. HEX triplet: E9, 82 and CB. RGB value is (233,130,203). Sum of RGB (Red+Green+Blue) = 233+130+203=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E982CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982CB is #167D34. Grayscale: #A8A8A8. Windows color (decimal): -1473845 or 13337321. OLE color: 13337321.

HSL color Cylindrical-coordinate representation of color #E982CB: hue angle of 317.48º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982CB is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 203 -
CMYK 0 0.44 0.13 0.09
HSL 317.48º 0.7% 0.71% -
HSV(B) 317.48º 0.44% 0.91% -
XYZ 52.37 37.6 61 -
YUV 169.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 233 130 203 0 0.44 0.13 0.09 317.48 0.7 0.71
Hex E9 82 CB 0 2C D 9 13D 46 47
Octal 351 202 313 0 54 15 11 475 106 107
Binary 11101001 10000010 11001011 0 101100 1101 1001 100111101 1000110 1000111

Color Harmonies of #E982CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982CB

Black with #E982CB

Text Example


Text Example

White with #E982CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982CB; }

 p { color: rgb(233,130,203); }

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

background-color css

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

 a { background-color: rgb(233,130,203); }

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

border-color css

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

 span { border-color: rgb(233,130,203); }

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