Html Css Color HEX #E689CA Tea Rose

📋 copy color: '#E689CA'

red 230 ◦ green 137 ◦ blue 202

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

Shades of Tea Rose #E689CA

Tints of Tea Rose #E689CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.5%

R = 40.42%
G = 24.08%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E689CA (or 0xE689CA) is known color: Tea Rose. HEX triplet: E6, 89 and CA. RGB value is (230,137,202). Sum of RGB (Red+Green+Blue) = 230+137+202=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E689CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689CA is #197635. Grayscale: #ACACAC. Windows color (decimal): -1668662 or 13273574. OLE color: 13273574.

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

Color convert

RGB 230 137 202 -
CMYK 0 0.40 0.12 0.10
HSL 318.06º 0.65% 0.72% -
HSV(B) 318.06º 0.4% 0.9% -
XYZ 52.24 38.98 60.65 -
YUV 172.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 230 137 202 0 0.40 0.12 0.10 318.06 0.65 0.72
Hex E6 89 CA 0 28 C A 13E 41 48
Octal 346 211 312 0 50 14 12 476 101 110
Binary 11100110 10001001 11001010 0 101000 1100 1010 100111110 1000001 1001000

Color Harmonies of #E689CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E689CA

Black with #E689CA

Text Example


Text Example

White with #E689CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E689CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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