Html Css Color HEX #E269CA Orchid

📋 copy color: '#E269CA'

red 226 ◦ green 105 ◦ blue 202

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

Shades of Orchid #E269CA

Tints of Orchid #E269CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.7%

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

R = 42.4%
G = 19.7%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E269CA (or 0xE269CA) is known color: Orchid. HEX triplet: E2, 69 and CA. RGB value is (226,105,202). Sum of RGB (Red+Green+Blue) = 226+105+202=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E269CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269CA is #1D9635. Grayscale: #979797. Windows color (decimal): -1938998 or 13265378. OLE color: 13265378.

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

Color convert

RGB 226 105 202 -
CMYK 0 0.54 0.11 0.11
HSL 311.9º 0.68% 0.65% -
HSV(B) 311.9º 0.54% 0.89% -
XYZ 47.08 30.54 59.29 -
YUV 152.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 226 105 202 0 0.54 0.11 0.11 311.9 0.68 0.65
Hex E2 69 CA 0 36 B B 138 44 41
Octal 342 151 312 0 66 13 13 470 104 101
Binary 11100010 1101001 11001010 0 110110 1011 1011 100111000 1000100 1000001

Color Harmonies of #E269CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269CA

Black with #E269CA

Text Example


Text Example

White with #E269CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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