Html Css Color HEX #E689CD Tea Rose

📋 copy color: '#E689CD'

red 230 ◦ green 137 ◦ blue 205

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

Shades of Tea Rose #E689CD

Tints of Tea Rose #E689CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.95%

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

R = 40.21%
G = 23.95%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E689CD (or 0xE689CD) is known color: Tea Rose. HEX triplet: E6, 89 and CD. RGB value is (230,137,205). Sum of RGB (Red+Green+Blue) = 230+137+205=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E689CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689CD is #197632. Grayscale: #ACACAC. Windows color (decimal): -1668659 or 13470182. OLE color: 13470182.

HSL color Cylindrical-coordinate representation of color #E689CD: hue angle of 316.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689CD is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 205 -
CMYK 0 0.40 0.11 0.10
HSL 316.13º 0.65% 0.72% -
HSV(B) 316.13º 0.4% 0.9% -
XYZ 52.6 39.12 62.54 -
YUV 172.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 230 137 205 0 0.40 0.11 0.10 316.13 0.65 0.72
Hex E6 89 CD 0 28 B A 13C 41 48
Octal 346 211 315 0 50 13 12 474 101 110
Binary 11100110 10001001 11001101 0 101000 1011 1010 100111100 1000001 1001000

Color Harmonies of #E689CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E689CD

Black with #E689CD

Text Example


Text Example

White with #E689CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E689CD; }

 p { color: rgb(230,137,205); }

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

background-color css

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

 a { background-color: rgb(230,137,205); }

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

border-color css

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

 span { border-color: rgb(230,137,205); }

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