Html Css Color HEX #E63BAF Persian Rose

📋 copy color: '#E63BAF'

red 230 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #E63BAF

Tints of Persian Rose #E63BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 49.57%
G = 12.72%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E63BAF (or 0xE63BAF) is known color: Persian Rose. HEX triplet: E6, 3B and AF. RGB value is (230,59,175). Sum of RGB (Red+Green+Blue) = 230+59+175=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63BAF is #19C450. Grayscale: #7B7B7B. Windows color (decimal): -1688657 or 11484134. OLE color: 11484134.

HSL color Cylindrical-coordinate representation of color #E63BAF: hue angle of 319.3º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63BAF is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 59 175 -
CMYK 0 0.74 0.24 0.10
HSL 319.3º 0.77% 0.57% -
HSV(B) 319.3º 0.74% 0.9% -
XYZ 41.93 23.05 42.8 -
YUV 123.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 230 59 175 0 0.74 0.24 0.10 319.3 0.77 0.57
Hex E6 3B AF 0 4A 18 A 13F 4D 39
Octal 346 73 257 0 112 30 12 477 115 71
Binary 11100110 111011 10101111 0 1001010 11000 1010 100111111 1001101 111001

Color Harmonies of #E63BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BAF

Black with #E63BAF

Text Example


Text Example

White with #E63BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BAF; }

 p { color: rgb(230,59,175); }

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

background-color css

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

 a { background-color: rgb(230,59,175); }

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

border-color css

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

 span { border-color: rgb(230,59,175); }

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