Html Css Color HEX #E680CB Tea Rose

📋 copy color: '#E680CB'

red 230 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #E680CB

Tints of Tea Rose #E680CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 41%
G = 22.82%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E680CB (or 0xE680CB) is known color: Tea Rose. HEX triplet: E6, 80 and CB. RGB value is (230,128,203). Sum of RGB (Red+Green+Blue) = 230+128+203=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E680CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680CB is #197F34. Grayscale: #A6A6A6. Windows color (decimal): -1670965 or 13336806. OLE color: 13336806.

HSL color Cylindrical-coordinate representation of color #E680CB: hue angle of 315.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680CB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 203 -
CMYK 0 0.44 0.12 0.10
HSL 315.88º 0.67% 0.7% -
HSV(B) 315.88º 0.44% 0.9% -
XYZ 51.13 36.57 60.86 -
YUV 167.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 230 128 203 0 0.44 0.12 0.10 315.88 0.67 0.7
Hex E6 80 CB 0 2C C A 13C 43 46
Octal 346 200 313 0 54 14 12 474 103 106
Binary 11100110 10000000 11001011 0 101100 1100 1010 100111100 1000011 1000110

Color Harmonies of #E680CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E680CB

Black with #E680CB

Text Example


Text Example

White with #E680CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E680CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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