Html Css Color HEX #E634B3 Persian Rose

📋 copy color: '#E634B3'

red 230 ◦ green 52 ◦ blue 179

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

Shades of Persian Rose #E634B3

Tints of Persian Rose #E634B3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.28%

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

R = 49.89%
G = 11.28%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E634B3 (or 0xE634B3) is known color: Persian Rose. HEX triplet: E6, 34 and B3. RGB value is (230,52,179). Sum of RGB (Red+Green+Blue) = 230+52+179=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E634B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E634B3 is #19CB4C. Grayscale: #777777. Windows color (decimal): -1690445 or 11744486. OLE color: 11744486.

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

Color convert

RGB 230 52 179 -
CMYK 0 0.77 0.22 0.10
HSL 317.19º 0.78% 0.55% -
HSV(B) 317.19º 0.77% 0.9% -
XYZ 42 22.53 44.78 -
YUV 119.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 230 52 179 0 0.77 0.22 0.10 317.19 0.78 0.55
Hex E6 34 B3 0 4D 16 A 13D 4E 37
Octal 346 64 263 0 115 26 12 475 116 67
Binary 11100110 110100 10110011 0 1001101 10110 1010 100111101 1001110 110111

Color Harmonies of #E634B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E634B3

Black with #E634B3

Text Example


Text Example

White with #E634B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E634B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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