Html Css Color HEX #EF4BAA Brilliant Rose

📋 copy color: '#EF4BAA'

red 239 ◦ green 75 ◦ blue 170

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

Shades of Brilliant Rose #EF4BAA

Tints of Brilliant Rose #EF4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.5%

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 49.38%
G = 15.5%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF4BAA (or 0xEF4BAA) is known color: Brilliant Rose. HEX triplet: EF, 4B and AA. RGB value is (239,75,170). Sum of RGB (Red+Green+Blue) = 239+75+170=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4BAA is #10B455. Grayscale: #868686. Windows color (decimal): -1094742 or 11160559. OLE color: 11160559.

HSL color Cylindrical-coordinate representation of color #EF4BAA: hue angle of 325.24º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4BAA is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 75 170 -
CMYK 0 0.69 0.29 0.06
HSL 325.24º 0.84% 0.62% -
HSV(B) 325.24º 0.69% 0.94% -
XYZ 45.37 26.29 40.71 -
YUV 134.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 239 75 170 0 0.69 0.29 0.06 325.24 0.84 0.62
Hex EF 4B AA 0 45 1D 6 145 54 3E
Octal 357 113 252 0 105 35 6 505 124 76
Binary 11101111 1001011 10101010 0 1000101 11101 110 101000101 1010100 111110

Color Harmonies of #EF4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BAA

Black with #EF4BAA

Text Example


Text Example

White with #EF4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BAA; }

 p { color: rgb(239,75,170); }

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

background-color css

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

 a { background-color: rgb(239,75,170); }

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

border-color css

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

 span { border-color: rgb(239,75,170); }

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