Html Css Color HEX #E272CA Orchid

📋 copy color: '#E272CA'

red 226 ◦ green 114 ◦ blue 202

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

Shades of Orchid #E272CA

Tints of Orchid #E272CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.03%

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

R = 41.7%
G = 21.03%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E272CA (or 0xE272CA) is known color: Orchid. HEX triplet: E2, 72 and CA. RGB value is (226,114,202). Sum of RGB (Red+Green+Blue) = 226+114+202=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E272CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272CA is #1D8D35. Grayscale: #9D9D9D. Windows color (decimal): -1936694 or 13267682. OLE color: 13267682.

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

Color convert

RGB 226 114 202 -
CMYK 0 0.50 0.11 0.11
HSL 312.86º 0.66% 0.67% -
HSV(B) 312.86º 0.5% 0.89% -
XYZ 48.04 32.47 59.61 -
YUV 157.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 226 114 202 0 0.50 0.11 0.11 312.86 0.66 0.67
Hex E2 72 CA 0 32 B B 139 42 43
Octal 342 162 312 0 62 13 13 471 102 103
Binary 11100010 1110010 11001010 0 110010 1011 1011 100111001 1000010 1000011

Color Harmonies of #E272CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272CA

Black with #E272CA

Text Example


Text Example

White with #E272CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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