Html Css Color HEX #E139CA Razzle Dazzle Rose

📋 copy color: '#E139CA'

red 225 ◦ green 57 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E139CA

Tints of Razzle Dazzle Rose #E139CA

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

 GREEN value IS 57 (22.66% from 255) = 11.78%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 46.49%
G = 11.78%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E139CA (or 0xE139CA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and CA. RGB value is (225,57,202). Sum of RGB (Red+Green+Blue) = 225+57+202=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E139CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139CA is #1EC635. Grayscale: #7B7B7B. Windows color (decimal): -2016822 or 13253089. OLE color: 13253089.

HSL color Cylindrical-coordinate representation of color #E139CA: hue angle of 308.21º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139CA is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 57 202 -
CMYK 0 0.75 0.10 0.12
HSL 308.21º 0.74% 0.55% -
HSV(B) 308.21º 0.75% 0.88% -
XYZ 43.18 23.2 58.08 -
YUV 123.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 225 57 202 0 0.75 0.10 0.12 308.21 0.74 0.55
Hex E1 39 CA 0 4B A C 134 4A 37
Octal 341 71 312 0 113 12 14 464 112 67
Binary 11100001 111001 11001010 0 1001011 1010 1100 100110100 1001010 110111

Color Harmonies of #E139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139CA

Black with #E139CA

Text Example


Text Example

White with #E139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139CA; }

 p { color: rgb(225,57,202); }

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

background-color css

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

 a { background-color: rgb(225,57,202); }

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

border-color css

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

 span { border-color: rgb(225,57,202); }

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