Html Css Color HEX #E685CF Tea Rose

📋 copy color: '#E685CF'

red 230 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #E685CF

Tints of Tea Rose #E685CF

RGB

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

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

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

R = 40.35%
G = 23.33%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E685CF (or 0xE685CF) is known color: Tea Rose. HEX triplet: E6, 85 and CF. RGB value is (230,133,207). Sum of RGB (Red+Green+Blue) = 230+133+207=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E685CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685CF is #197A30. Grayscale: #AAAAAA. Windows color (decimal): -1669681 or 13600230. OLE color: 13600230.

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

Color convert

RGB 230 133 207 -
CMYK 0 0.42 0.10 0.10
HSL 314.23º 0.66% 0.71% -
HSV(B) 314.23º 0.42% 0.9% -
XYZ 52.28 38.1 63.63 -
YUV 170.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 230 133 207 0 0.42 0.10 0.10 314.23 0.66 0.71
Hex E6 85 CF 0 2A A A 13A 42 47
Octal 346 205 317 0 52 12 12 472 102 107
Binary 11100110 10000101 11001111 0 101010 1010 1010 100111010 1000010 1000111

Color Harmonies of #E685CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685CF

Black with #E685CF

Text Example


Text Example

White with #E685CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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