Html Css Color HEX #E68CCD Tea Rose

📋 copy color: '#E68CCD'

red 230 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #E68CCD

Tints of Tea Rose #E68CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

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

R = 40%
G = 24.35%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E68CCD (or 0xE68CCD) is known color: Tea Rose. HEX triplet: E6, 8C and CD. RGB value is (230,140,205). Sum of RGB (Red+Green+Blue) = 230+140+205=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CCD is #197332. Grayscale: #AEAEAE. Windows color (decimal): -1667891 or 13470950. OLE color: 13470950.

HSL color Cylindrical-coordinate representation of color #E68CCD: hue angle of 316.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CCD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 205 -
CMYK 0 0.39 0.11 0.10
HSL 316.67º 0.64% 0.73% -
HSV(B) 316.67º 0.39% 0.9% -
XYZ 53.03 39.99 62.68 -
YUV 174.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 230 140 205 0 0.39 0.11 0.10 316.67 0.64 0.73
Hex E6 8C CD 0 27 B A 13D 40 49
Octal 346 214 315 0 47 13 12 475 100 111
Binary 11100110 10001100 11001101 0 100111 1011 1010 100111101 1000000 1001001

Color Harmonies of #E68CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CCD

Black with #E68CCD

Text Example


Text Example

White with #E68CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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