Html Css Color HEX #E67BC2 Persian Pink

📋 copy color: '#E67BC2'

red 230 ◦ green 123 ◦ blue 194

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

Shades of Persian Pink #E67BC2

Tints of Persian Pink #E67BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 42.05%
G = 22.49%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E67BC2 (or 0xE67BC2) is known color: Persian Pink. HEX triplet: E6, 7B and C2. RGB value is (230,123,194). Sum of RGB (Red+Green+Blue) = 230+123+194=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BC2 is #19843D. Grayscale: #A2A2A2. Windows color (decimal): -1672254 or 12745702. OLE color: 12745702.

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

Color convert

RGB 230 123 194 -
CMYK 0 0.47 0.16 0.10
HSL 320.19º 0.68% 0.69% -
HSV(B) 320.19º 0.47% 0.9% -
XYZ 49.45 34.88 55.17 -
YUV 163.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 230 123 194 0 0.47 0.16 0.10 320.19 0.68 0.69
Hex E6 7B C2 0 2F 10 A 140 44 45
Octal 346 173 302 0 57 20 12 500 104 105
Binary 11100110 1111011 11000010 0 101111 10000 1010 101000000 1000100 1000101

Color Harmonies of #E67BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BC2

Black with #E67BC2

Text Example


Text Example

White with #E67BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BC2; }

 p { color: rgb(230,123,194); }

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

background-color css

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

 a { background-color: rgb(230,123,194); }

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

border-color css

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

 span { border-color: rgb(230,123,194); }

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