Html Css Color HEX #E6279F Persian Rose

📋 copy color: '#E6279F'

red 230 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #E6279F

Tints of Persian Rose #E6279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 53.74%
G = 9.11%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6279F (or 0xE6279F) is known color: Persian Rose. HEX triplet: E6, 27 and 9F. RGB value is (230,39,159). Sum of RGB (Red+Green+Blue) = 230+39+159=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6279F is #19D860. Grayscale: #6D6D6D. Windows color (decimal): -1693793 or 10430438. OLE color: 10430438.

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

Color convert

RGB 230 39 159 -
CMYK 0 0.83 0.31 0.10
HSL 322.3º 0.79% 0.53% -
HSV(B) 322.3º 0.83% 0.9% -
XYZ 39.62 20.78 34.72 -
YUV 109.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 230 39 159 0 0.83 0.31 0.10 322.3 0.79 0.53
Hex E6 27 9F 0 53 1F A 142 4F 35
Octal 346 47 237 0 123 37 12 502 117 65
Binary 11100110 100111 10011111 0 1010011 11111 1010 101000010 1001111 110101

Color Harmonies of #E6279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6279F

Black with #E6279F

Text Example


Text Example

White with #E6279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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