Html Css Color HEX #E276D2 Orchid

📋 copy color: '#E276D2'

red 226 ◦ green 118 ◦ blue 210

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

Shades of Orchid #E276D2

Tints of Orchid #E276D2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.3%

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 40.79%
G = 21.3%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E276D2 (or 0xE276D2) is known color: Orchid. HEX triplet: E2, 76 and D2. RGB value is (226,118,210). Sum of RGB (Red+Green+Blue) = 226+118+210=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E276D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276D2 is #1D892D. Grayscale: #A0A0A0. Windows color (decimal): -1935662 or 13792994. OLE color: 13792994.

HSL color Cylindrical-coordinate representation of color #E276D2: hue angle of 308.89º 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 #E276D2 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 118 210 -
CMYK 0 0.48 0.07 0.11
HSL 308.89º 0.65% 0.67% -
HSV(B) 308.89º 0.48% 0.89% -
XYZ 49.48 33.78 64.89 -
YUV 160.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 226 118 210 0 0.48 0.07 0.11 308.89 0.65 0.67
Hex E2 76 D2 0 30 7 B 135 41 43
Octal 342 166 322 0 60 7 13 465 101 103
Binary 11100010 1110110 11010010 0 110000 111 1011 100110101 1000001 1000011

Color Harmonies of #E276D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276D2

Black with #E276D2

Text Example


Text Example

White with #E276D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276D2; }

 p { color: rgb(226,118,210); }

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

background-color css

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

 a { background-color: rgb(226,118,210); }

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

border-color css

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

 span { border-color: rgb(226,118,210); }

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