Html Css Color HEX #ED7B8F Carissma

📋 copy color: '#ED7B8F'

red 237 ◦ green 123 ◦ blue 143

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

Shades of Carissma #ED7B8F

Tints of Carissma #ED7B8F

RGB

 RED value IS 237 (92.97% from 255) = 47.12%

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

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 47.12%
G = 24.45%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED7B8F (or 0xED7B8F) is known color: Carissma. HEX triplet: ED, 7B and 8F. RGB value is (237,123,143). Sum of RGB (Red+Green+Blue) = 237+123+143=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B8F is #128470. Grayscale: #9F9F9F. Windows color (decimal): -1213553 or 9403373. OLE color: 9403373.

HSL color Cylindrical-coordinate representation of color #ED7B8F: hue angle of 349.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7B8F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 123 143 -
CMYK 0 0.48 0.40 0.07
HSL 349.47º 0.76% 0.71% -
HSV(B) 349.47º 0.48% 0.93% -
XYZ 46.97 34.15 30.1 -
YUV 159.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 237 123 143 0 0.48 0.40 0.07 349.47 0.76 0.71
Hex ED 7B 8F 0 30 28 7 15D 4C 47
Octal 355 173 217 0 60 50 7 535 114 107
Binary 11101101 1111011 10001111 0 110000 101000 111 101011101 1001100 1000111

Color Harmonies of #ED7B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B8F

Black with #ED7B8F

Text Example


Text Example

White with #ED7B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B8F; }

 p { color: rgb(237,123,143); }

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

background-color css

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

 a { background-color: rgb(237,123,143); }

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

border-color css

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

 span { border-color: rgb(237,123,143); }

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