Html Css Color HEX #EB74C0 Persian Pink

📋 copy color: '#EB74C0'

red 235 ◦ green 116 ◦ blue 192

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

Shades of Persian Pink #EB74C0

Tints of Persian Pink #EB74C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 43.28%
G = 21.36%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB74C0 (or 0xEB74C0) is known color: Persian Pink. HEX triplet: EB, 74 and C0. RGB value is (235,116,192). Sum of RGB (Red+Green+Blue) = 235+116+192=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74C0 is #148B3F. Grayscale: #A0A0A0. Windows color (decimal): -1346368 or 12612843. OLE color: 12612843.

HSL color Cylindrical-coordinate representation of color #EB74C0: hue angle of 321.68º 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 #EB74C0 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 192 -
CMYK 0 0.51 0.18 0.08
HSL 321.68º 0.75% 0.69% -
HSV(B) 321.68º 0.51% 0.92% -
XYZ 50.02 33.96 53.79 -
YUV 160.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 235 116 192 0 0.51 0.18 0.08 321.68 0.75 0.69
Hex EB 74 C0 0 33 12 8 142 4B 45
Octal 353 164 300 0 63 22 10 502 113 105
Binary 11101011 1110100 11000000 0 110011 10010 1000 101000010 1001011 1000101

Color Harmonies of #EB74C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74C0

Black with #EB74C0

Text Example


Text Example

White with #EB74C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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