Html Css Color HEX #EC72D4 Orchid

📋 copy color: '#EC72D4'

red 236 ◦ green 114 ◦ blue 212

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

Shades of Orchid #EC72D4

Tints of Orchid #EC72D4

RGB

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

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

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

R = 41.99%
G = 20.28%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC72D4 (or 0xEC72D4) is known color: Orchid. HEX triplet: EC, 72 and D4. RGB value is (236,114,212). Sum of RGB (Red+Green+Blue) = 236+114+212=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72D4 is #138D2B. Grayscale: #A1A1A1. Windows color (decimal): -1281324 or 13923052. OLE color: 13923052.

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

Color convert

RGB 236 114 212 -
CMYK 0 0.52 0.10 0.07
HSL 311.8º 0.76% 0.69% -
HSV(B) 311.8º 0.52% 0.93% -
XYZ 52.49 34.62 66.2 -
YUV 161.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 236 114 212 0 0.52 0.10 0.07 311.8 0.76 0.69
Hex EC 72 D4 0 34 A 7 138 4C 45
Octal 354 162 324 0 64 12 7 470 114 105
Binary 11101100 1110010 11010100 0 110100 1010 111 100111000 1001100 1000101

Color Harmonies of #EC72D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72D4

Black with #EC72D4

Text Example


Text Example

White with #EC72D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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