Html Css Color HEX #E785CA Tea Rose

📋 copy color: '#E785CA'

red 231 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #E785CA

Tints of Tea Rose #E785CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.5%

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

R = 40.81%
G = 23.5%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E785CA (or 0xE785CA) is known color: Tea Rose. HEX triplet: E7, 85 and CA. RGB value is (231,133,202). Sum of RGB (Red+Green+Blue) = 231+133+202=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CA is #187A35. Grayscale: #A9A9A9. Windows color (decimal): -1604150 or 13272551. OLE color: 13272551.

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

Color convert

RGB 231 133 202 -
CMYK 0 0.42 0.13 0.09
HSL 317.76º 0.67% 0.71% -
HSV(B) 317.76º 0.42% 0.91% -
XYZ 52 38.03 60.48 -
YUV 170.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 231 133 202 0 0.42 0.13 0.09 317.76 0.67 0.71
Hex E7 85 CA 0 2A D 9 13E 43 47
Octal 347 205 312 0 52 15 11 476 103 107
Binary 11100111 10000101 11001010 0 101010 1101 1001 100111110 1000011 1000111

Color Harmonies of #E785CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785CA

Black with #E785CA

Text Example


Text Example

White with #E785CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785CA; }

 p { color: rgb(231,133,202); }

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

background-color css

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

 a { background-color: rgb(231,133,202); }

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

border-color css

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

 span { border-color: rgb(231,133,202); }

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