Html Css Color HEX #EB74C1 Persian Pink

📋 copy color: '#EB74C1'

red 235 ◦ green 116 ◦ blue 193

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

Shades of Persian Pink #EB74C1

Tints of Persian Pink #EB74C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 43.2%
G = 21.32%
B = 35.48%

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

#EB74C1 (or 0xEB74C1) is known color: Persian Pink. HEX triplet: EB, 74 and C1. RGB value is (235,116,193). Sum of RGB (Red+Green+Blue) = 235+116+193=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74C1 is #148B3E. Grayscale: #A0A0A0. Windows color (decimal): -1346367 or 12678379. OLE color: 12678379.

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

Color convert

RGB 235 116 193 -
CMYK 0 0.51 0.18 0.08
HSL 321.18º 0.75% 0.69% -
HSV(B) 321.18º 0.51% 0.92% -
XYZ 50.13 34 54.37 -
YUV 160.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 235 116 193 0 0.51 0.18 0.08 321.18 0.75 0.69
Hex EB 74 C1 0 33 12 8 141 4B 45
Octal 353 164 301 0 63 22 10 501 113 105
Binary 11101011 1110100 11000001 0 110011 10010 1000 101000001 1001011 1000101

Color Harmonies of #EB74C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74C1

Black with #EB74C1

Text Example


Text Example

White with #EB74C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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