Html Css Color HEX #EA74BC Persian Pink

📋 copy color: '#EA74BC'

red 234 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #EA74BC

Tints of Persian Pink #EA74BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 43.49%
G = 21.56%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA74BC (or 0xEA74BC) is known color: Persian Pink. HEX triplet: EA, 74 and BC. RGB value is (234,116,188). Sum of RGB (Red+Green+Blue) = 234+116+188=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74BC is #158B43. Grayscale: #9F9F9F. Windows color (decimal): -1411908 or 12350698. OLE color: 12350698.

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

Color convert

RGB 234 116 188 -
CMYK 0 0.50 0.20 0.08
HSL 323.39º 0.74% 0.69% -
HSV(B) 323.39º 0.5% 0.92% -
XYZ 49.25 33.61 51.47 -
YUV 159.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 234 116 188 0 0.50 0.20 0.08 323.39 0.74 0.69
Hex EA 74 BC 0 32 14 8 143 4A 45
Octal 352 164 274 0 62 24 10 503 112 105
Binary 11101010 1110100 10111100 0 110010 10100 1000 101000011 1001010 1000101

Color Harmonies of #EA74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74BC

Black with #EA74BC

Text Example


Text Example

White with #EA74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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