Html Css Color HEX #E68BCD Tea Rose

📋 copy color: '#E68BCD'

red 230 ◦ green 139 ◦ blue 205

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

Shades of Tea Rose #E68BCD

Tints of Tea Rose #E68BCD

RGB

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

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

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

R = 40.07%
G = 24.22%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E68BCD (or 0xE68BCD) is known color: Tea Rose. HEX triplet: E6, 8B and CD. RGB value is (230,139,205). Sum of RGB (Red+Green+Blue) = 230+139+205=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BCD is #197432. Grayscale: #ADADAD. Windows color (decimal): -1668147 or 13470694. OLE color: 13470694.

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

Color convert

RGB 230 139 205 -
CMYK 0 0.40 0.11 0.10
HSL 316.48º 0.65% 0.72% -
HSV(B) 316.48º 0.4% 0.9% -
XYZ 52.89 39.7 62.63 -
YUV 173.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 230 139 205 0 0.40 0.11 0.10 316.48 0.65 0.72
Hex E6 8B CD 0 28 B A 13C 41 48
Octal 346 213 315 0 50 13 12 474 101 110
Binary 11100110 10001011 11001101 0 101000 1011 1010 100111100 1000001 1001000

Color Harmonies of #E68BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BCD

Black with #E68BCD

Text Example


Text Example

White with #E68BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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