Html Css Color HEX #E675BA Persian Pink

📋 copy color: '#E675BA'

red 230 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #E675BA

Tints of Persian Pink #E675BA

RGB

 RED value IS 230 (90.23% from 255) = 43.15%

 GREEN value IS 117 (46.09% from 255) = 21.95%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 43.15%
G = 21.95%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E675BA (or 0xE675BA) is known color: Persian Pink. HEX triplet: E6, 75 and BA. RGB value is (230,117,186). Sum of RGB (Red+Green+Blue) = 230+117+186=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E675BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675BA is #198A45. Grayscale: #9E9E9E. Windows color (decimal): -1673798 or 12219878. OLE color: 12219878.

HSL color Cylindrical-coordinate representation of color #E675BA: hue angle of 323.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675BA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 186 -
CMYK 0 0.49 0.19 0.10
HSL 323.36º 0.69% 0.68% -
HSV(B) 323.36º 0.49% 0.9% -
XYZ 47.86 33.09 50.32 -
YUV 158.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 230 117 186 0 0.49 0.19 0.10 323.36 0.69 0.68
Hex E6 75 BA 0 31 13 A 143 45 44
Octal 346 165 272 0 61 23 12 503 105 104
Binary 11100110 1110101 10111010 0 110001 10011 1010 101000011 1000101 1000100

Color Harmonies of #E675BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675BA

Black with #E675BA

Text Example


Text Example

White with #E675BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675BA; }

 p { color: rgb(230,117,186); }

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

background-color css

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

 a { background-color: rgb(230,117,186); }

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

border-color css

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

 span { border-color: rgb(230,117,186); }

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