Html Css Color HEX #EF3EBA Razzle Dazzle Rose

📋 copy color: '#EF3EBA'

red 239 ◦ green 62 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF3EBA

Tints of Razzle Dazzle Rose #EF3EBA

RGB

 RED value IS 239 (93.75% from 255) = 49.08%

 GREEN value IS 62 (24.61% from 255) = 12.73%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 49.08%
G = 12.73%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF3EBA (or 0xEF3EBA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and BA. RGB value is (239,62,186). Sum of RGB (Red+Green+Blue) = 239+62+186=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3EBA is #10C145. Grayscale: #808080. Windows color (decimal): -1098054 or 12205807. OLE color: 12205807.

HSL color Cylindrical-coordinate representation of color #EF3EBA: hue angle of 317.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3EBA is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 62 186 -
CMYK 0 0.74 0.22 0.06
HSL 317.97º 0.85% 0.59% -
HSV(B) 317.97º 0.74% 0.94% -
XYZ 46.18 25.34 48.91 -
YUV 129.06 160.14 206.42 -
System Red Green Blue C M Y K H S L
Decimal 239 62 186 0 0.74 0.22 0.06 317.97 0.85 0.59
Hex EF 3E BA 0 4A 16 6 13E 55 3B
Octal 357 76 272 0 112 26 6 476 125 73
Binary 11101111 111110 10111010 0 1001010 10110 110 100111110 1010101 111011

Color Harmonies of #EF3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3EBA

Black with #EF3EBA

Text Example


Text Example

White with #EF3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3EBA; }

 p { color: rgb(239,62,186); }

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

background-color css

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

 a { background-color: rgb(239,62,186); }

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

border-color css

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

 span { border-color: rgb(239,62,186); }

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