Html Css Color HEX #E370CA Orchid

📋 copy color: '#E370CA'

red 227 ◦ green 112 ◦ blue 202

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

Shades of Orchid #E370CA

Tints of Orchid #E370CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.7%

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

R = 41.96%
G = 20.7%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E370CA (or 0xE370CA) is known color: Orchid. HEX triplet: E3, 70 and CA. RGB value is (227,112,202). Sum of RGB (Red+Green+Blue) = 227+112+202=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E370CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370CA is #1C8F35. Grayscale: #9C9C9C. Windows color (decimal): -1871670 or 13267171. OLE color: 13267171.

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

Color convert

RGB 227 112 202 -
CMYK 0 0.51 0.11 0.11
HSL 313.04º 0.67% 0.66% -
HSV(B) 313.04º 0.51% 0.89% -
XYZ 48.13 32.18 59.55 -
YUV 156.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 227 112 202 0 0.51 0.11 0.11 313.04 0.67 0.66
Hex E3 70 CA 0 33 B B 139 43 42
Octal 343 160 312 0 63 13 13 471 103 102
Binary 11100011 1110000 11001010 0 110011 1011 1011 100111001 1000011 1000010

Color Harmonies of #E370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370CA

Black with #E370CA

Text Example


Text Example

White with #E370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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