Html Css Color HEX #E682CE Tea Rose

📋 copy color: '#E682CE'

red 230 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #E682CE

Tints of Tea Rose #E682CE

RGB

 RED value IS 230 (90.23% from 255) = 40.64%

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 40.64%
G = 22.97%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E682CE (or 0xE682CE) is known color: Tea Rose. HEX triplet: E6, 82 and CE. RGB value is (230,130,206). Sum of RGB (Red+Green+Blue) = 230+130+206=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E682CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682CE is #197D31. Grayscale: #A8A8A8. Windows color (decimal): -1670450 or 13533926. OLE color: 13533926.

HSL color Cylindrical-coordinate representation of color #E682CE: hue angle of 314.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682CE is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 206 -
CMYK 0 0.43 0.10 0.10
HSL 314.4º 0.67% 0.71% -
HSV(B) 314.4º 0.43% 0.9% -
XYZ 51.76 37.24 62.85 -
YUV 168.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 230 130 206 0 0.43 0.10 0.10 314.4 0.67 0.71
Hex E6 82 CE 0 2B A A 13A 43 47
Octal 346 202 316 0 53 12 12 472 103 107
Binary 11100110 10000010 11001110 0 101011 1010 1010 100111010 1000011 1000111

Color Harmonies of #E682CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682CE

Black with #E682CE

Text Example


Text Example

White with #E682CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682CE; }

 p { color: rgb(230,130,206); }

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

background-color css

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

 a { background-color: rgb(230,130,206); }

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

border-color css

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

 span { border-color: rgb(230,130,206); }

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