Html Css Color HEX #E681C5 Tea Rose

📋 copy color: '#E681C5'

red 230 ◦ green 129 ◦ blue 197

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

Shades of Tea Rose #E681C5

Tints of Tea Rose #E681C5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.2%

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 41.37%
G = 23.2%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E681C5 (or 0xE681C5) is known color: Tea Rose. HEX triplet: E6, 81 and C5. RGB value is (230,129,197). Sum of RGB (Red+Green+Blue) = 230+129+197=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E681C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681C5 is #197E3A. Grayscale: #A6A6A6. Windows color (decimal): -1670715 or 12943846. OLE color: 12943846.

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

Color convert

RGB 230 129 197 -
CMYK 0 0.44 0.14 0.10
HSL 319.6º 0.67% 0.7% -
HSV(B) 319.6º 0.44% 0.9% -
XYZ 50.56 36.55 57.21 -
YUV 166.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 230 129 197 0 0.44 0.14 0.10 319.6 0.67 0.7
Hex E6 81 C5 0 2C E A 140 43 46
Octal 346 201 305 0 54 16 12 500 103 106
Binary 11100110 10000001 11000101 0 101100 1110 1010 101000000 1000011 1000110

Color Harmonies of #E681C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E681C5

Black with #E681C5

Text Example


Text Example

White with #E681C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E681C5; }

 p { color: rgb(230,129,197); }

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

background-color css

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

 a { background-color: rgb(230,129,197); }

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

border-color css

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

 span { border-color: rgb(230,129,197); }

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