Html Css Color HEX #EA74DF Orchid

📋 copy color: '#EA74DF'

red 234 ◦ green 116 ◦ blue 223

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

Shades of Orchid #EA74DF

Tints of Orchid #EA74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.24%

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 40.84%
G = 20.24%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA74DF (or 0xEA74DF) is known color: Orchid. HEX triplet: EA, 74 and DF. RGB value is (234,116,223). Sum of RGB (Red+Green+Blue) = 234+116+223=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74DF is #158B20. Grayscale: #A3A3A3. Windows color (decimal): -1411873 or 14644458. OLE color: 14644458.

HSL color Cylindrical-coordinate representation of color #EA74DF: hue angle of 305.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74DF is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 223 -
CMYK 0 0.50 0.05 0.08
HSL 305.59º 0.74% 0.69% -
HSV(B) 305.59º 0.5% 0.92% -
XYZ 53.5 35.31 73.81 -
YUV 163.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 234 116 223 0 0.50 0.05 0.08 305.59 0.74 0.69
Hex EA 74 DF 0 32 5 8 132 4A 45
Octal 352 164 337 0 62 5 10 462 112 105
Binary 11101010 1110100 11011111 0 110010 101 1000 100110010 1001010 1000101

Color Harmonies of #EA74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74DF

Black with #EA74DF

Text Example


Text Example

White with #EA74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74DF; }

 p { color: rgb(234,116,223); }

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

background-color css

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

 a { background-color: rgb(234,116,223); }

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

border-color css

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

 span { border-color: rgb(234,116,223); }

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