Html Css Color HEX #E982CD Tea Rose

📋 copy color: '#E982CD'

red 233 ◦ green 130 ◦ blue 205

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

Shades of Tea Rose #E982CD

Tints of Tea Rose #E982CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 41.02%
G = 22.89%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E982CD (or 0xE982CD) is known color: Tea Rose. HEX triplet: E9, 82 and CD. RGB value is (233,130,205). Sum of RGB (Red+Green+Blue) = 233+130+205=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E982CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982CD is #167D32. Grayscale: #A9A9A9. Windows color (decimal): -1473843 or 13468393. OLE color: 13468393.

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

Color convert

RGB 233 130 205 -
CMYK 0 0.44 0.12 0.09
HSL 316.31º 0.7% 0.71% -
HSV(B) 316.31º 0.44% 0.91% -
XYZ 52.61 37.7 62.26 -
YUV 169.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 233 130 205 0 0.44 0.12 0.09 316.31 0.7 0.71
Hex E9 82 CD 0 2C C 9 13C 46 47
Octal 351 202 315 0 54 14 11 474 106 107
Binary 11101001 10000010 11001101 0 101100 1100 1001 100111100 1000110 1000111

Color Harmonies of #E982CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982CD

Black with #E982CD

Text Example


Text Example

White with #E982CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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