Html Css Color HEX #E68CCB Tea Rose

📋 copy color: '#E68CCB'

red 230 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #E68CCB

Tints of Tea Rose #E68CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 40.14%
G = 24.43%
B = 35.43%

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

#E68CCB (or 0xE68CCB) is known color: Tea Rose. HEX triplet: E6, 8C and CB. RGB value is (230,140,203). Sum of RGB (Red+Green+Blue) = 230+140+203=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CCB is #197334. Grayscale: #ADADAD. Windows color (decimal): -1667893 or 13339878. OLE color: 13339878.

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

Color convert

RGB 230 140 203 -
CMYK 0 0.39 0.12 0.10
HSL 318º 0.64% 0.73% -
HSV(B) 318º 0.39% 0.9% -
XYZ 52.79 39.89 61.42 -
YUV 174.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 230 140 203 0 0.39 0.12 0.10 318 0.64 0.73
Hex E6 8C CB 0 27 C A 13E 40 49
Octal 346 214 313 0 47 14 12 476 100 111
Binary 11100110 10001100 11001011 0 100111 1100 1010 100111110 1000000 1001001

Color Harmonies of #E68CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CCB

Black with #E68CCB

Text Example


Text Example

White with #E68CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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