Html Css Color HEX #E63ACF Razzle Dazzle Rose

📋 copy color: '#E63ACF'

red 230 ◦ green 58 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E63ACF

Tints of Razzle Dazzle Rose #E63ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.72%

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

R = 46.46%
G = 11.72%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E63ACF (or 0xE63ACF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3A and CF. RGB value is (230,58,207). Sum of RGB (Red+Green+Blue) = 230+58+207=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ACF is #19C530. Grayscale: #7D7D7D. Windows color (decimal): -1688881 or 13581030. OLE color: 13581030.

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

Color convert

RGB 230 58 207 -
CMYK 0 0.75 0.10 0.10
HSL 308.02º 0.77% 0.56% -
HSV(B) 308.02º 0.75% 0.9% -
XYZ 45.41 24.35 61.34 -
YUV 126.41 173.48 201.88 -
System Red Green Blue C M Y K H S L
Decimal 230 58 207 0 0.75 0.10 0.10 308.02 0.77 0.56
Hex E6 3A CF 0 4B A A 134 4D 38
Octal 346 72 317 0 113 12 12 464 115 70
Binary 11100110 111010 11001111 0 1001011 1010 1010 100110100 1001101 111000

Color Harmonies of #E63ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63ACF

Black with #E63ACF

Text Example


Text Example

White with #E63ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63ACF; }

 p { color: rgb(230,58,207); }

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

background-color css

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

 a { background-color: rgb(230,58,207); }

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

border-color css

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

 span { border-color: rgb(230,58,207); }

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