Html Css Color HEX #E130CF Razzle Dazzle Rose

📋 copy color: '#E130CF'

red 225 ◦ green 48 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E130CF

Tints of Razzle Dazzle Rose #E130CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 46.88%
G = 10%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E130CF (or 0xE130CF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and CF. RGB value is (225,48,207). Sum of RGB (Red+Green+Blue) = 225+48+207=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E130CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130CF is #1ECF30. Grayscale: #767676. Windows color (decimal): -2019121 or 13578465. OLE color: 13578465.

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

Color convert

RGB 225 48 207 -
CMYK 0 0.79 0.08 0.12
HSL 306.1º 0.75% 0.54% -
HSV(B) 306.1º 0.79% 0.88% -
XYZ 43.37 22.63 61.11 -
YUV 119.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 225 48 207 0 0.79 0.08 0.12 306.1 0.75 0.54
Hex E1 30 CF 0 4F 8 C 132 4B 36
Octal 341 60 317 0 117 10 14 462 113 66
Binary 11100001 110000 11001111 0 1001111 1000 1100 100110010 1001011 110110

Color Harmonies of #E130CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130CF

Black with #E130CF

Text Example


Text Example

White with #E130CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130CF; }

 p { color: rgb(225,48,207); }

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

background-color css

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

 a { background-color: rgb(225,48,207); }

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

border-color css

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

 span { border-color: rgb(225,48,207); }

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