Html Css Color HEX #EC72E1 Orchid

📋 copy color: '#EC72E1'

red 236 ◦ green 114 ◦ blue 225

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

Shades of Orchid #EC72E1

Tints of Orchid #EC72E1

RGB

 RED value IS 236 (92.58% from 255) = 41.04%

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

 BLUE value IS 225 (88.28% from 255) = 39.13%

R = 41.04%
G = 19.83%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC72E1 (or 0xEC72E1) is known color: Orchid. HEX triplet: EC, 72 and E1. RGB value is (236,114,225). Sum of RGB (Red+Green+Blue) = 236+114+225=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72E1 is #138D1E. Grayscale: #A2A2A2. Windows color (decimal): -1281311 or 14775020. OLE color: 14775020.

HSL color Cylindrical-coordinate representation of color #EC72E1: hue angle of 305.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72E1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 225 -
CMYK 0 0.52 0.05 0.07
HSL 305.41º 0.76% 0.69% -
HSV(B) 305.41º 0.52% 0.93% -
XYZ 54.2 35.3 75.19 -
YUV 163.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 236 114 225 0 0.52 0.05 0.07 305.41 0.76 0.69
Hex EC 72 E1 0 34 5 7 131 4C 45
Octal 354 162 341 0 64 5 7 461 114 105
Binary 11101100 1110010 11100001 0 110100 101 111 100110001 1001100 1000101

Color Harmonies of #EC72E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72E1

Black with #EC72E1

Text Example


Text Example

White with #EC72E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72E1; }

 p { color: rgb(236,114,225); }

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

background-color css

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

 a { background-color: rgb(236,114,225); }

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

border-color css

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

 span { border-color: rgb(236,114,225); }

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