Html Css Color HEX #E272D4 Orchid

📋 copy color: '#E272D4'

red 226 ◦ green 114 ◦ blue 212

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

Shades of Orchid #E272D4

Tints of Orchid #E272D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 40.94%
G = 20.65%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E272D4 (or 0xE272D4) is known color: Orchid. HEX triplet: E2, 72 and D4. RGB value is (226,114,212). Sum of RGB (Red+Green+Blue) = 226+114+212=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E272D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272D4 is #1D8D2B. Grayscale: #9E9E9E. Windows color (decimal): -1936684 or 13923042. OLE color: 13923042.

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

Color convert

RGB 226 114 212 -
CMYK 0 0.50 0.06 0.11
HSL 307.5º 0.66% 0.67% -
HSV(B) 307.5º 0.5% 0.89% -
XYZ 49.27 32.96 66.05 -
YUV 158.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 226 114 212 0 0.50 0.06 0.11 307.5 0.66 0.67
Hex E2 72 D4 0 32 6 B 134 42 43
Octal 342 162 324 0 62 6 13 464 102 103
Binary 11100010 1110010 11010100 0 110010 110 1011 100110100 1000010 1000011

Color Harmonies of #E272D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272D4

Black with #E272D4

Text Example


Text Example

White with #E272D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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