Html Css Color HEX #E385CA Tea Rose

📋 copy color: '#E385CA'

red 227 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #E385CA

Tints of Tea Rose #E385CA

RGB

 RED value IS 227 (89.06% from 255) = 40.39%

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

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

R = 40.39%
G = 23.67%
B = 35.94%

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

#E385CA (or 0xE385CA) is known color: Tea Rose. HEX triplet: E3, 85 and CA. RGB value is (227,133,202). Sum of RGB (Red+Green+Blue) = 227+133+202=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E385CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385CA is #1C7A35. Grayscale: #A8A8A8. Windows color (decimal): -1866294 or 13272547. OLE color: 13272547.

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

Color convert

RGB 227 133 202 -
CMYK 0 0.41 0.11 0.11
HSL 315.96º 0.63% 0.71% -
HSV(B) 315.96º 0.41% 0.89% -
XYZ 50.73 37.37 60.42 -
YUV 168.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 227 133 202 0 0.41 0.11 0.11 315.96 0.63 0.71
Hex E3 85 CA 0 29 B B 13C 3F 47
Octal 343 205 312 0 51 13 13 474 77 107
Binary 11100011 10000101 11001010 0 101001 1011 1011 100111100 111111 1000111

Color Harmonies of #E385CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385CA

Black with #E385CA

Text Example


Text Example

White with #E385CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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