Html Css Color HEX #E6279A Persian Rose

📋 copy color: '#E6279A'

red 230 ◦ green 39 ◦ blue 154

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

Shades of Persian Rose #E6279A

Tints of Persian Rose #E6279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.22%

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 54.37%
G = 9.22%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6279A (or 0xE6279A) is known color: Persian Rose. HEX triplet: E6, 27 and 9A. RGB value is (230,39,154). Sum of RGB (Red+Green+Blue) = 230+39+154=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6279A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6279A is #19D865. Grayscale: #6C6C6C. Windows color (decimal): -1693798 or 10102758. OLE color: 10102758.

HSL color Cylindrical-coordinate representation of color #E6279A: hue angle of 323.87º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6279A is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 39 154 -
CMYK 0 0.83 0.33 0.10
HSL 323.87º 0.79% 0.53% -
HSV(B) 323.87º 0.83% 0.9% -
XYZ 39.19 20.61 32.48 -
YUV 109.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 230 39 154 0 0.83 0.33 0.10 323.87 0.79 0.53
Hex E6 27 9A 0 53 21 A 144 4F 35
Octal 346 47 232 0 123 41 12 504 117 65
Binary 11100110 100111 10011010 0 1010011 100001 1010 101000100 1001111 110101

Color Harmonies of #E6279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6279A

Black with #E6279A

Text Example


Text Example

White with #E6279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6279A; }

 p { color: rgb(230,39,154); }

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

background-color css

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

 a { background-color: rgb(230,39,154); }

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

border-color css

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

 span { border-color: rgb(230,39,154); }

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