Html Css Color HEX #EB74D5 Orchid

📋 copy color: '#EB74D5'

red 235 ◦ green 116 ◦ blue 213

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

Shades of Orchid #EB74D5

Tints of Orchid #EB74D5

RGB

 RED value IS 235 (92.19% from 255) = 41.67%

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 41.67%
G = 20.57%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB74D5 (or 0xEB74D5) is known color: Orchid. HEX triplet: EB, 74 and D5. RGB value is (235,116,213). Sum of RGB (Red+Green+Blue) = 235+116+213=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74D5 is #148B2A. Grayscale: #A2A2A2. Windows color (decimal): -1346347 or 13989099. OLE color: 13989099.

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

Color convert

RGB 235 116 213 -
CMYK 0 0.51 0.09 0.08
HSL 311.09º 0.75% 0.69% -
HSV(B) 311.09º 0.51% 0.92% -
XYZ 52.52 34.96 66.93 -
YUV 162.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 235 116 213 0 0.51 0.09 0.08 311.09 0.75 0.69
Hex EB 74 D5 0 33 9 8 137 4B 45
Octal 353 164 325 0 63 11 10 467 113 105
Binary 11101011 1110100 11010101 0 110011 1001 1000 100110111 1001011 1000101

Color Harmonies of #EB74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74D5

Black with #EB74D5

Text Example


Text Example

White with #EB74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74D5; }

 p { color: rgb(235,116,213); }

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

background-color css

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

 a { background-color: rgb(235,116,213); }

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

border-color css

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

 span { border-color: rgb(235,116,213); }

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