Html Css Color HEX #EA77D4 Orchid

📋 copy color: '#EA77D4'

red 234 ◦ green 119 ◦ blue 212

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

Shades of Orchid #EA77D4

Tints of Orchid #EA77D4

RGB

 RED value IS 234 (91.8% from 255) = 41.42%

 GREEN value IS 119 (46.88% from 255) = 21.06%

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

R = 41.42%
G = 21.06%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA77D4 (or 0xEA77D4) is known color: Orchid. HEX triplet: EA, 77 and D4. RGB value is (234,119,212). Sum of RGB (Red+Green+Blue) = 234+119+212=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77D4 is #15882B. Grayscale: #A3A3A3. Windows color (decimal): -1411116 or 13924330. OLE color: 13924330.

HSL color Cylindrical-coordinate representation of color #EA77D4: hue angle of 311.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77D4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 212 -
CMYK 0 0.49 0.09 0.08
HSL 311.48º 0.73% 0.69% -
HSV(B) 311.48º 0.49% 0.92% -
XYZ 52.41 35.44 66.37 -
YUV 163.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 234 119 212 0 0.49 0.09 0.08 311.48 0.73 0.69
Hex EA 77 D4 0 31 9 8 137 49 45
Octal 352 167 324 0 61 11 10 467 111 105
Binary 11101010 1110111 11010100 0 110001 1001 1000 100110111 1001001 1000101

Color Harmonies of #EA77D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77D4

Black with #EA77D4

Text Example


Text Example

White with #EA77D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77D4; }

 p { color: rgb(234,119,212); }

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

background-color css

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

 a { background-color: rgb(234,119,212); }

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

border-color css

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

 span { border-color: rgb(234,119,212); }

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