Html Css Color HEX #E681CA Tea Rose

📋 copy color: '#E681CA'

red 230 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #E681CA

Tints of Tea Rose #E681CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 41%
G = 22.99%
B = 36.01%

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

#E681CA (or 0xE681CA) is known color: Tea Rose. HEX triplet: E6, 81 and CA. RGB value is (230,129,202). Sum of RGB (Red+Green+Blue) = 230+129+202=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E681CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681CA is #197E35. Grayscale: #A7A7A7. Windows color (decimal): -1670710 or 13271526. OLE color: 13271526.

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

Color convert

RGB 230 129 202 -
CMYK 0 0.44 0.12 0.10
HSL 316.63º 0.67% 0.7% -
HSV(B) 316.63º 0.44% 0.9% -
XYZ 51.14 36.79 60.28 -
YUV 167.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 230 129 202 0 0.44 0.12 0.10 316.63 0.67 0.7
Hex E6 81 CA 0 2C C A 13D 43 46
Octal 346 201 312 0 54 14 12 475 103 106
Binary 11100110 10000001 11001010 0 101100 1100 1010 100111101 1000011 1000110

Color Harmonies of #E681CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E681CA

Black with #E681CA

Text Example


Text Example

White with #E681CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E681CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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