Html Css Color HEX #E689C2 Tea Rose

📋 copy color: '#E689C2'

red 230 ◦ green 137 ◦ blue 194

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

Shades of Tea Rose #E689C2

Tints of Tea Rose #E689C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 41%
G = 24.42%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E689C2 (or 0xE689C2) is known color: Tea Rose. HEX triplet: E6, 89 and C2. RGB value is (230,137,194). Sum of RGB (Red+Green+Blue) = 230+137+194=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E689C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689C2 is #19763D. Grayscale: #ABABAB. Windows color (decimal): -1668670 or 12749286. OLE color: 12749286.

HSL color Cylindrical-coordinate representation of color #E689C2: hue angle of 323.23º 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 #E689C2 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 194 -
CMYK 0 0.40 0.16 0.10
HSL 323.23º 0.65% 0.72% -
HSV(B) 323.23º 0.4% 0.9% -
XYZ 51.32 38.61 55.79 -
YUV 171.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 230 137 194 0 0.40 0.16 0.10 323.23 0.65 0.72
Hex E6 89 C2 0 28 10 A 143 41 48
Octal 346 211 302 0 50 20 12 503 101 110
Binary 11100110 10001001 11000010 0 101000 10000 1010 101000011 1000001 1001000

Color Harmonies of #E689C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E689C2

Black with #E689C2

Text Example


Text Example

White with #E689C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E689C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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