Html Css Color HEX #E285CA Tea Rose

📋 copy color: '#E285CA'

red 226 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #E285CA

Tints of Tea Rose #E285CA

RGB

 RED value IS 226 (88.67% from 255) = 40.29%

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

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

R = 40.29%
G = 23.71%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E285CA (or 0xE285CA) is known color: Tea Rose. HEX triplet: E2, 85 and CA. RGB value is (226,133,202). Sum of RGB (Red+Green+Blue) = 226+133+202=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E285CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285CA is #1D7A35. Grayscale: #A8A8A8. Windows color (decimal): -1931830 or 13272546. OLE color: 13272546.

HSL color Cylindrical-coordinate representation of color #E285CA: hue angle of 315.48º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285CA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 202 -
CMYK 0 0.41 0.11 0.11
HSL 315.48º 0.62% 0.7% -
HSV(B) 315.48º 0.41% 0.89% -
XYZ 50.41 37.21 60.4 -
YUV 168.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 226 133 202 0 0.41 0.11 0.11 315.48 0.62 0.7
Hex E2 85 CA 0 29 B B 13B 3E 46
Octal 342 205 312 0 51 13 13 473 76 106
Binary 11100010 10000101 11001010 0 101001 1011 1011 100111011 111110 1000110

Color Harmonies of #E285CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285CA

Black with #E285CA

Text Example


Text Example

White with #E285CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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