Html Css Color HEX #E68BCE Tea Rose

📋 copy color: '#E68BCE'

red 230 ◦ green 139 ◦ blue 206

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

Shades of Tea Rose #E68BCE

Tints of Tea Rose #E68BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.17%

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 40%
G = 24.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E68BCE (or 0xE68BCE) is known color: Tea Rose. HEX triplet: E6, 8B and CE. RGB value is (230,139,206). Sum of RGB (Red+Green+Blue) = 230+139+206=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BCE is #197431. Grayscale: #ADADAD. Windows color (decimal): -1668146 or 13536230. OLE color: 13536230.

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

Color convert

RGB 230 139 206 -
CMYK 0 0.40 0.10 0.10
HSL 315.82º 0.65% 0.72% -
HSV(B) 315.82º 0.4% 0.9% -
XYZ 53.01 39.74 63.27 -
YUV 173.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 230 139 206 0 0.40 0.10 0.10 315.82 0.65 0.72
Hex E6 8B CE 0 28 A A 13C 41 48
Octal 346 213 316 0 50 12 12 474 101 110
Binary 11100110 10001011 11001110 0 101000 1010 1010 100111100 1000001 1001000

Color Harmonies of #E68BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BCE

Black with #E68BCE

Text Example


Text Example

White with #E68BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BCE; }

 p { color: rgb(230,139,206); }

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

background-color css

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

 a { background-color: rgb(230,139,206); }

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

border-color css

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

 span { border-color: rgb(230,139,206); }

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