Html Css Color HEX #E77BC9 Tea Rose

📋 copy color: '#E77BC9'

red 231 ◦ green 123 ◦ blue 201

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

Shades of Tea Rose #E77BC9

Tints of Tea Rose #E77BC9

RGB

 RED value IS 231 (90.63% from 255) = 41.62%

 GREEN value IS 123 (48.44% from 255) = 22.16%

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 41.62%
G = 22.16%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E77BC9 (or 0xE77BC9) is known color: Tea Rose. HEX triplet: E7, 7B and C9. RGB value is (231,123,201). Sum of RGB (Red+Green+Blue) = 231+123+201=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BC9 is #188436. Grayscale: #A3A3A3. Windows color (decimal): -1606711 or 13204455. OLE color: 13204455.

HSL color Cylindrical-coordinate representation of color #E77BC9: hue angle of 316.67º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77BC9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 123 201 -
CMYK 0 0.47 0.13 0.09
HSL 316.67º 0.69% 0.69% -
HSV(B) 316.67º 0.47% 0.91% -
XYZ 50.58 35.37 59.42 -
YUV 164.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 231 123 201 0 0.47 0.13 0.09 316.67 0.69 0.69
Hex E7 7B C9 0 2F D 9 13D 45 45
Octal 347 173 311 0 57 15 11 475 105 105
Binary 11100111 1111011 11001001 0 101111 1101 1001 100111101 1000101 1000101

Color Harmonies of #E77BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BC9

Black with #E77BC9

Text Example


Text Example

White with #E77BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BC9; }

 p { color: rgb(231,123,201); }

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

background-color css

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

 a { background-color: rgb(231,123,201); }

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

border-color css

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

 span { border-color: rgb(231,123,201); }

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