Html Css Color HEX #E685CB Tea Rose

📋 copy color: '#E685CB'

red 230 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #E685CB

Tints of Tea Rose #E685CB

RGB

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

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

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

R = 40.64%
G = 23.5%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E685CB (or 0xE685CB) is known color: Tea Rose. HEX triplet: E6, 85 and CB. RGB value is (230,133,203). Sum of RGB (Red+Green+Blue) = 230+133+203=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E685CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685CB is #197A34. Grayscale: #A9A9A9. Windows color (decimal): -1669685 or 13338086. OLE color: 13338086.

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

Color convert

RGB 230 133 203 -
CMYK 0 0.42 0.12 0.10
HSL 316.7º 0.66% 0.71% -
HSV(B) 316.7º 0.42% 0.9% -
XYZ 51.8 37.91 61.09 -
YUV 169.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 230 133 203 0 0.42 0.12 0.10 316.7 0.66 0.71
Hex E6 85 CB 0 2A C A 13D 42 47
Octal 346 205 313 0 52 14 12 475 102 107
Binary 11100110 10000101 11001011 0 101010 1100 1010 100111101 1000010 1000111

Color Harmonies of #E685CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685CB

Black with #E685CB

Text Example


Text Example

White with #E685CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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