Html Css Color HEX #E681CB Tea Rose

📋 copy color: '#E681CB'

red 230 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #E681CB

Tints of Tea Rose #E681CB

RGB

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

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

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

R = 40.93%
G = 22.95%
B = 36.12%

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

#E681CB (or 0xE681CB) is known color: Tea Rose. HEX triplet: E6, 81 and CB. RGB value is (230,129,203). Sum of RGB (Red+Green+Blue) = 230+129+203=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E681CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681CB is #197E34. Grayscale: #A7A7A7. Windows color (decimal): -1670709 or 13337062. OLE color: 13337062.

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

Color convert

RGB 230 129 203 -
CMYK 0 0.44 0.12 0.10
HSL 316.04º 0.67% 0.7% -
HSV(B) 316.04º 0.44% 0.9% -
XYZ 51.26 36.84 60.91 -
YUV 167.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 230 129 203 0 0.44 0.12 0.10 316.04 0.67 0.7
Hex E6 81 CB 0 2C C A 13C 43 46
Octal 346 201 313 0 54 14 12 474 103 106
Binary 11100110 10000001 11001011 0 101100 1100 1010 100111100 1000011 1000110

Color Harmonies of #E681CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E681CB

Black with #E681CB

Text Example


Text Example

White with #E681CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E681CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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