Html Css Color HEX #E675B3 Persian Pink

📋 copy color: '#E675B3'

red 230 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #E675B3

Tints of Persian Pink #E675B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.03%

R = 43.73%
G = 22.24%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E675B3 (or 0xE675B3) is known color: Persian Pink. HEX triplet: E6, 75 and B3. RGB value is (230,117,179). Sum of RGB (Red+Green+Blue) = 230+117+179=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E675B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675B3 is #198A4C. Grayscale: #9D9D9D. Windows color (decimal): -1673805 or 11761126. OLE color: 11761126.

HSL color Cylindrical-coordinate representation of color #E675B3: hue angle of 327.08º 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 #E675B3 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 179 -
CMYK 0 0.49 0.22 0.10
HSL 327.08º 0.69% 0.68% -
HSV(B) 327.08º 0.49% 0.9% -
XYZ 47.13 32.8 46.49 -
YUV 157.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 230 117 179 0 0.49 0.22 0.10 327.08 0.69 0.68
Hex E6 75 B3 0 31 16 A 147 45 44
Octal 346 165 263 0 61 26 12 507 105 104
Binary 11100110 1110101 10110011 0 110001 10110 1010 101000111 1000101 1000100

Color Harmonies of #E675B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675B3

Black with #E675B3

Text Example


Text Example

White with #E675B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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