Html Css Color HEX #E275CA Orchid

📋 copy color: '#E275CA'

red 226 ◦ green 117 ◦ blue 202

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

Shades of Orchid #E275CA

Tints of Orchid #E275CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.47%

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

R = 41.47%
G = 21.47%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E275CA (or 0xE275CA) is known color: Orchid. HEX triplet: E2, 75 and CA. RGB value is (226,117,202). Sum of RGB (Red+Green+Blue) = 226+117+202=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E275CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275CA is #1D8A35. Grayscale: #9F9F9F. Windows color (decimal): -1935926 or 13268450. OLE color: 13268450.

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

Color convert

RGB 226 117 202 -
CMYK 0 0.48 0.11 0.11
HSL 313.21º 0.65% 0.67% -
HSV(B) 313.21º 0.48% 0.89% -
XYZ 48.39 33.16 59.73 -
YUV 159.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 226 117 202 0 0.48 0.11 0.11 313.21 0.65 0.67
Hex E2 75 CA 0 30 B B 139 41 43
Octal 342 165 312 0 60 13 13 471 101 103
Binary 11100010 1110101 11001010 0 110000 1011 1011 100111001 1000001 1000011

Color Harmonies of #E275CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275CA

Black with #E275CA

Text Example


Text Example

White with #E275CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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