Html Css Color HEX #E784CF Tea Rose

📋 copy color: '#E784CF'

red 231 ◦ green 132 ◦ blue 207

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

Shades of Tea Rose #E784CF

Tints of Tea Rose #E784CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.16%

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 40.53%
G = 23.16%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E784CF (or 0xE784CF) is known color: Tea Rose. HEX triplet: E7, 84 and CF. RGB value is (231,132,207). Sum of RGB (Red+Green+Blue) = 231+132+207=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E784CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784CF is #187B30. Grayscale: #A9A9A9. Windows color (decimal): -1604401 or 13599975. OLE color: 13599975.

HSL color Cylindrical-coordinate representation of color #E784CF: hue angle of 314.55º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784CF is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 132 207 -
CMYK 0 0.43 0.10 0.09
HSL 314.55º 0.67% 0.71% -
HSV(B) 314.55º 0.43% 0.91% -
XYZ 52.47 38 63.6 -
YUV 170.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 231 132 207 0 0.43 0.10 0.09 314.55 0.67 0.71
Hex E7 84 CF 0 2B A 9 13B 43 47
Octal 347 204 317 0 53 12 11 473 103 107
Binary 11100111 10000100 11001111 0 101011 1010 1001 100111011 1000011 1000111

Color Harmonies of #E784CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E784CF

Black with #E784CF

Text Example


Text Example

White with #E784CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E784CF; }

 p { color: rgb(231,132,207); }

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

background-color css

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

 a { background-color: rgb(231,132,207); }

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

border-color css

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

 span { border-color: rgb(231,132,207); }

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