Html Css Color HEX #E68CCF Tea Rose

📋 copy color: '#E68CCF'

red 230 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #E68CCF

Tints of Tea Rose #E68CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 39.86%
G = 24.26%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E68CCF (or 0xE68CCF) is known color: Tea Rose. HEX triplet: E6, 8C and CF. RGB value is (230,140,207). Sum of RGB (Red+Green+Blue) = 230+140+207=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CCF is #197330. Grayscale: #AEAEAE. Windows color (decimal): -1667889 or 13602022. OLE color: 13602022.

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

Color convert

RGB 230 140 207 -
CMYK 0 0.39 0.10 0.10
HSL 315.33º 0.64% 0.73% -
HSV(B) 315.33º 0.39% 0.9% -
XYZ 53.27 40.08 63.96 -
YUV 174.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 230 140 207 0 0.39 0.10 0.10 315.33 0.64 0.73
Hex E6 8C CF 0 27 A A 13B 40 49
Octal 346 214 317 0 47 12 12 473 100 111
Binary 11100110 10001100 11001111 0 100111 1010 1010 100111011 1000000 1001001

Color Harmonies of #E68CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CCF

Black with #E68CCF

Text Example


Text Example

White with #E68CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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