Html Css Color HEX #E684CE Tea Rose

📋 copy color: '#E684CE'

red 230 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #E684CE

Tints of Tea Rose #E684CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.24%

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

R = 40.49%
G = 23.24%
B = 36.27%

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

#E684CE (or 0xE684CE) is known color: Tea Rose. HEX triplet: E6, 84 and CE. RGB value is (230,132,206). Sum of RGB (Red+Green+Blue) = 230+132+206=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E684CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684CE is #197B31. Grayscale: #A9A9A9. Windows color (decimal): -1669938 or 13534438. OLE color: 13534438.

HSL color Cylindrical-coordinate representation of color #E684CE: hue angle of 314.69º degrees, saturation: 0.66, 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 #E684CE is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 206 -
CMYK 0 0.43 0.10 0.10
HSL 314.69º 0.66% 0.71% -
HSV(B) 314.69º 0.43% 0.9% -
XYZ 52.02 37.78 62.94 -
YUV 169.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 230 132 206 0 0.43 0.10 0.10 314.69 0.66 0.71
Hex E6 84 CE 0 2B A A 13B 42 47
Octal 346 204 316 0 53 12 12 473 102 107
Binary 11100110 10000100 11001110 0 101011 1010 1010 100111011 1000010 1000111

Color Harmonies of #E684CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E684CE

Black with #E684CE

Text Example


Text Example

White with #E684CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E684CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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