Html Css Color HEX #E685C7 Tea Rose

📋 copy color: '#E685C7'

red 230 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #E685C7

Tints of Tea Rose #E685C7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.67%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 40.93%
G = 23.67%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E685C7 (or 0xE685C7) is known color: Tea Rose. HEX triplet: E6, 85 and C7. RGB value is (230,133,199). Sum of RGB (Red+Green+Blue) = 230+133+199=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E685C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685C7 is #197A38. Grayscale: #A9A9A9. Windows color (decimal): -1669689 or 13075942. OLE color: 13075942.

HSL color Cylindrical-coordinate representation of color #E685C7: hue angle of 319.18º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685C7 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 199 -
CMYK 0 0.42 0.13 0.10
HSL 319.18º 0.66% 0.71% -
HSV(B) 319.18º 0.42% 0.9% -
XYZ 51.33 37.72 58.61 -
YUV 169.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 230 133 199 0 0.42 0.13 0.10 319.18 0.66 0.71
Hex E6 85 C7 0 2A D A 13F 42 47
Octal 346 205 307 0 52 15 12 477 102 107
Binary 11100110 10000101 11000111 0 101010 1101 1010 100111111 1000010 1000111

Color Harmonies of #E685C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685C7

Black with #E685C7

Text Example


Text Example

White with #E685C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685C7; }

 p { color: rgb(230,133,199); }

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

background-color css

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

 a { background-color: rgb(230,133,199); }

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

border-color css

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

 span { border-color: rgb(230,133,199); }

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