Html Css Color HEX #E68ACF Tea Rose

📋 copy color: '#E68ACF'

red 230 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #E68ACF

Tints of Tea Rose #E68ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24%

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

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E68ACF (or 0xE68ACF) is known color: Tea Rose. HEX triplet: E6, 8A and CF. RGB value is (230,138,207). Sum of RGB (Red+Green+Blue) = 230+138+207=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ACF is #197530. Grayscale: #ADADAD. Windows color (decimal): -1668401 or 13601510. OLE color: 13601510.

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

Color convert

RGB 230 138 207 -
CMYK 0 0.4 0.10 0.10
HSL 315º 0.65% 0.72% -
HSV(B) 315º 0.4% 0.9% -
XYZ 52.98 39.5 63.86 -
YUV 173.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 230 138 207 0 0.4 0.10 0.10 315 0.65 0.72
Hex E6 8A CF 0 28 A A 13B 41 48
Octal 346 212 317 0 50 12 12 473 101 110
Binary 11100110 10001010 11001111 0 101000 1010 1010 100111011 1000001 1001000

Color Harmonies of #E68ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68ACF

Black with #E68ACF

Text Example


Text Example

White with #E68ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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