Html Css Color HEX #E68ACD Tea Rose

📋 copy color: '#E68ACD'

red 230 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #E68ACD

Tints of Tea Rose #E68ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.08%

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

R = 40.14%
G = 24.08%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E68ACD (or 0xE68ACD) is known color: Tea Rose. HEX triplet: E6, 8A and CD. RGB value is (230,138,205). Sum of RGB (Red+Green+Blue) = 230+138+205=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ACD is #197532. Grayscale: #ACACAC. Windows color (decimal): -1668403 or 13470438. OLE color: 13470438.

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

Color convert

RGB 230 138 205 -
CMYK 0 0.4 0.11 0.10
HSL 316.3º 0.65% 0.72% -
HSV(B) 316.3º 0.4% 0.9% -
XYZ 52.74 39.41 62.58 -
YUV 173.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 230 138 205 0 0.4 0.11 0.10 316.3 0.65 0.72
Hex E6 8A CD 0 28 B A 13C 41 48
Octal 346 212 315 0 50 13 12 474 101 110
Binary 11100110 10001010 11001101 0 101000 1011 1010 100111100 1000001 1001000

Color Harmonies of #E68ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68ACD

Black with #E68ACD

Text Example


Text Example

White with #E68ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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