Html Css Color HEX #EF7B93 Carissma

📋 copy color: '#EF7B93'

red 239 ◦ green 123 ◦ blue 147

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

Shades of Carissma #EF7B93

Tints of Carissma #EF7B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 46.95%
G = 24.17%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF7B93 (or 0xEF7B93) is known color: Carissma. HEX triplet: EF, 7B and 93. RGB value is (239,123,147). Sum of RGB (Red+Green+Blue) = 239+123+147=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B93 is #10846C. Grayscale: #A0A0A0. Windows color (decimal): -1082477 or 9665519. OLE color: 9665519.

HSL color Cylindrical-coordinate representation of color #EF7B93: hue angle of 347.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B93 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 123 147 -
CMYK 0 0.49 0.38 0.06
HSL 347.59º 0.78% 0.71% -
HSV(B) 347.59º 0.49% 0.94% -
XYZ 47.95 34.62 31.76 -
YUV 160.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 239 123 147 0 0.49 0.38 0.06 347.59 0.78 0.71
Hex EF 7B 93 0 31 26 6 15C 4E 47
Octal 357 173 223 0 61 46 6 534 116 107
Binary 11101111 1111011 10010011 0 110001 100110 110 101011100 1001110 1000111

Color Harmonies of #EF7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B93

Black with #EF7B93

Text Example


Text Example

White with #EF7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B93; }

 p { color: rgb(239,123,147); }

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

background-color css

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

 a { background-color: rgb(239,123,147); }

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

border-color css

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

 span { border-color: rgb(239,123,147); }

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