Html Css Color HEX #E68CCA Tea Rose

📋 copy color: '#E68CCA'

red 230 ◦ green 140 ◦ blue 202

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

Shades of Tea Rose #E68CCA

Tints of Tea Rose #E68CCA

RGB

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

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

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

R = 40.21%
G = 24.48%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E68CCA (or 0xE68CCA) is known color: Tea Rose. HEX triplet: E6, 8C and CA. RGB value is (230,140,202). Sum of RGB (Red+Green+Blue) = 230+140+202=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CCA is #197335. Grayscale: #ADADAD. Windows color (decimal): -1667894 or 13274342. OLE color: 13274342.

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

Color convert

RGB 230 140 202 -
CMYK 0 0.39 0.12 0.10
HSL 318.67º 0.64% 0.73% -
HSV(B) 318.67º 0.39% 0.9% -
XYZ 52.67 39.84 60.79 -
YUV 173.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 230 140 202 0 0.39 0.12 0.10 318.67 0.64 0.73
Hex E6 8C CA 0 27 C A 13F 40 49
Octal 346 214 312 0 47 14 12 477 100 111
Binary 11100110 10001100 11001010 0 100111 1100 1010 100111111 1000000 1001001

Color Harmonies of #E68CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CCA

Black with #E68CCA

Text Example


Text Example

White with #E68CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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